mirror of
https://github.com/BioArchLinux/Rosa.git
synced 2025-03-10 12:02:43 +00:00
support mobile
min-width: 650px; font-size: 12px;
This commit is contained in:
parent
cc7d01a87c
commit
955bd59d83
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
|
||||
|
@ -13,3 +14,9 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 576px) {
|
||||
:root {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 650px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue