feat: mobile support
This commit is contained in:
parent
23267c98a2
commit
bd9511ff65
4 changed files with 52 additions and 0 deletions
|
|
@ -74,3 +74,13 @@ pre {
|
|||
"liga" 0,
|
||||
"calt" 0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
header {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
footer {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue