Skip to content

Commit

Permalink
Update _layout.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
micolsalomone committed Nov 4, 2024
1 parent e460928 commit ea3832d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions website/themes/dyne-soft/assets/assets/sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
.content-wrapper {
.content {
h1 {
font-size: 1.5em;
font-size: 2em;
}
}
}
Expand Down Expand Up @@ -108,7 +108,7 @@
}
@media only screen and (max-width: 999px) {
div > h1 {
font-size: 1.75em;
font-size: 2em;
}
.imagecontainer {
background-size: cover;
Expand Down Expand Up @@ -187,7 +187,7 @@
min-width: unset;
text-align: center;
h1 {
font-size: 1.75em;
font-size: 2em;
}
}
.arrow {
Expand All @@ -201,9 +201,6 @@ article, section {
flex: 1 1 100%;
z-index: 2;
margin-bottom: -80px;
h2 {
line-height: 1.16em;
}
}


Expand All @@ -218,7 +215,7 @@ article:first-of-type {
@media only screen and (max-width: 999px) {
article, section {
h2 {
font-size: 1.3em;
font-size: 1.5em;
}
}
}
Expand Down Expand Up @@ -607,7 +604,7 @@ footer {
}
}
.team {
font-size: .75em;
font-size: 0.75em;
flex: 1 1 300px;
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit ea3832d

Please sign in to comment.