add some responsive shit

This commit is contained in:
2025-10-30 22:12:54 +01:00
parent a56f774525
commit 3a8454474f
4 changed files with 52 additions and 20 deletions

View File

@@ -8,7 +8,6 @@
* {
font-family: 'Roboto', 'PT sans', sans-serif;
box-sizing: border-box;
color: #333;
}
@@ -62,6 +61,12 @@ a {
text-decoration: none;
}
.logo
{
width: 25px;
height: 25px;
}
.accentuated {
color: var(--primary-color);
}