mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-09 12:59:38 +00:00
make index responsive
This commit is contained in:
parent
9ec0af6278
commit
20842416b8
@ -52,6 +52,7 @@ templ styles() {
|
||||
body.index p {
|
||||
font-size: 1.4rem;
|
||||
font-family: monospace, "sans-serif";
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body.index .random {
|
||||
@ -74,6 +75,20 @@ templ styles() {
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (max-width: 900px) {
|
||||
body.index h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
body.index p {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
body.index .random a {
|
||||
height: 60px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
.header {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user