small fixes

This commit is contained in:
teldra 2022-04-02 23:30:28 +02:00
parent 65046eee06
commit 2bbc38ccb2
1 changed files with 4 additions and 0 deletions

View File

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