15 lines
222 B
SCSS
15 lines
222 B
SCSS
.tags {
|
|
text-align: left;
|
|
|
|
li {
|
|
font-size: 0.5em;
|
|
list-style-type: none;
|
|
display: inline-block;
|
|
background: #248aaa;
|
|
margin-left: 0.1em;
|
|
margin-right: 0.1em;
|
|
}
|
|
a {
|
|
color: #f9fafc;
|
|
}
|
|
}
|