feat: icons are now links too

This commit is contained in:
Ward Truyen
2025-08-19 16:59:06 +02:00
parent 90f4daa2ad
commit dfc9abbb6d
15 changed files with 25 additions and 439 deletions

View File

@@ -19,6 +19,11 @@
float: right;
}
#icons>a {
display: inline;
width: unset;
}
.img-icon {
width: 4em;
aspect-ratio: 1;
@@ -152,13 +157,13 @@ body {
font-size: 1.3em;
}
ul{
ul {
padding-left: 1rem;
}
}
@media(max-width: 600px){
body{
@media(max-width: 600px) {
body {
font-size: 80%;
}
}