Skip to content

Commit

Permalink
first merge media
Browse files Browse the repository at this point in the history
  • Loading branch information
Aweiro committed Oct 6, 2024
2 parents d7ecbb5 + 4a22f6f commit cf3b1df
Show file tree
Hide file tree
Showing 8 changed files with 774 additions and 646 deletions.
16 changes: 16 additions & 0 deletions css/base/_media.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@media (max-width: 900px) {
.header__title {
font-size: 48px;
margin-bottom: 20px;
}
.header__text {
width: 100%;
}
.header__img img {
width: 100%;
margin: 0 auto;
}
}
.header__title {
font-size: 42px;
}
1 change: 1 addition & 0 deletions css/main-dist.css

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

Loading

0 comments on commit cf3b1df

Please sign in to comment.