feat: mobile support
This commit is contained in:
parent
23267c98a2
commit
bd9511ff65
4 changed files with 52 additions and 0 deletions
|
|
@ -150,3 +150,16 @@ pre * {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.post-title {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.post-article {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue