Personal-Webpage/links.css
2025-12-08 13:57:57 +01:00

17 lines
266 B
CSS

body {
li {
/* list-style-type: none; */
display: flex;
align-items: center;
img {
height: 1rem;
margin: 0.2rem;
}
}
a {
font-style: normal;
text-decoration: none;
}
}