Skip to content

Commit

Permalink
Merge from grenadille/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
castevinz authored Apr 5, 2024
2 parents ba40602 + 2559037 commit 26424a1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ body {
header {
.brand {
transition: 1s;
max-width: 512px;
margin: 0 auto;

h1 {
@include title();
Expand Down Expand Up @@ -304,6 +306,14 @@ footer {
}

@media (max-width: 640px) {
header {
.brand {
img {
width: 80%;
}
}
}

.container {
padding: 0 1rem;
}
Expand Down Expand Up @@ -354,14 +364,6 @@ footer {
}

@media (max-width: 512px) {
header {
.brand {
h1 {
font-size: $font-size-2xl;
}
}
}

.panel {
width: 80%;
padding-bottom: 450px;
Expand Down

0 comments on commit 26424a1

Please sign in to comment.