Skip to content

Commit

Permalink
Ajustement au responsive mobile de l'accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
MareveD committed Jul 12, 2024
1 parent 1579d39 commit 2d7a0c5
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 1 deletion.
65 changes: 65 additions & 0 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1835,4 +1835,72 @@ footer {
footer {
padding-top: 60px;
}

footer .footer-content .footer-menu .menu {
flex-direction: column;
}
}

@media screen and (max-width: 600px) {
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

.main-navigation .nav-logo .logo {
width: 200px;
}

.main-navigation .social-media {
padding-right: 0px;
}

.main-navigation .navigation .header-menu {
padding-right: 0px;
}

.main-navigation .navigation .header-menu a {
font-size: 50px;
}

.header-home .header-content .logo .logo-arrow {
width: 275px;
}

.header-home .header-content .logo .logo-image {
width: 200px;
}

.home-intro .container {
display: flex;
flex-direction: row;
padding: 0px;
}

section {
padding: 40px 20px;
}

.btn-arrow {
font-size: 40px;
line-height: 40px;
}

.cta-contact .cta-arrow {
display: none;
}

footer {
padding-top: 40px;
}

footer .footer-content .footer-menu {
padding: 0px 20px;
}

footer .footer-logo .shapes {
top: 0px;
}
}

0 comments on commit 2d7a0c5

Please sign in to comment.