mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed appearance on mobile devices
This commit is contained in:
parent
2265edf83a
commit
7eeb3b14c6
5 changed files with 18 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&family=Roboto:wght@400;700&display=swap");
|
||||
@import "./variables";
|
||||
@import "./mixins";
|
||||
@import "./transitions.scss";
|
||||
|
||||
body,
|
||||
|
@ -63,6 +64,11 @@ h1 {
|
|||
&:not(:first-child) {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
@include phone {
|
||||
font-size: 2rem;
|
||||
line-height: 2.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue