Personal-Webpage/about/about.css

18 lines
266 B
CSS
Raw Normal View History

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