small fixes

This commit is contained in:
teldra 2022-04-02 23:30:28 +02:00
parent 65046eee06
commit 2bbc38ccb2

View File

@ -161,6 +161,10 @@ article h3 {
user-select: all; user-select: all;
} }
.underline {
text-decoration: underline;
}
/* Extra small devices (phones, 600px and down) */ /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...} @media only screen and (max-width: 600px) {...}