17 lines
266 B
CSS
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;
|
|
}
|
|
}
|