mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-09 21:09:39 +00:00
make index responsive
This commit is contained in:
parent
9ec0af6278
commit
20842416b8
@ -52,6 +52,7 @@ templ styles() {
|
|||||||
body.index p {
|
body.index p {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-family: monospace, "sans-serif";
|
font-family: monospace, "sans-serif";
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.index .random {
|
body.index .random {
|
||||||
@ -74,6 +75,20 @@ templ styles() {
|
|||||||
|
|
||||||
cursor: pointer;
|
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 */
|
||||||
.header {
|
.header {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user