chore: improved visibility on low res mobile

This commit is contained in:
Ward Truyen
2025-07-27 15:12:30 +02:00
parent b6472fadcd
commit 2f6e9d4ea2

View File

@@ -79,7 +79,7 @@ a {
} }
.attention { .attention {
font-size: 1.6em; font-size: 1.5em;
} }
.rowlines-short li:not(:last-of-type)::after { .rowlines-short li:not(:last-of-type)::after {
@@ -92,7 +92,7 @@ a {
.rowlines li:not(:last-of-type)::after { .rowlines li:not(:last-of-type)::after {
content: ""; content: "";
width: 78%; width: 78%;
margin: 0 5rem; margin: 0 4rem;
border-bottom: 1px solid #66666688; border-bottom: 1px solid #66666688;
} }
@@ -147,4 +147,18 @@ body {
.card { .card {
width: 32rem; width: 32rem;
} }
.attention {
font-size: 1.3em;
}
ul{
padding-left: 1rem;
}
}
@media(max-width: 600px){
body{
font-size: 80%;
}
} }