WIP tags...
This commit is contained in:
parent
90dbe4ae00
commit
f9db84584d
1 changed files with 8 additions and 2 deletions
|
@ -66,6 +66,11 @@ a {
|
||||||
color: #1A323E;
|
color: #1A323E;
|
||||||
background: #F3EDFF;
|
background: #F3EDFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.index .tag {
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index,
|
.index,
|
||||||
|
@ -152,7 +157,8 @@ a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags li {
|
.index .tags {
|
||||||
display: inline-block;
|
height: 1.6em;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue