feat: icons are now links too
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user