Minor tweak to tag list (#18295)
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
This commit is contained in:
parent
43a22c6a21
commit
7dde39a6db
1 changed files with 5 additions and 1 deletions
|
@ -1978,8 +1978,12 @@
|
|||
}
|
||||
|
||||
#tags-table {
|
||||
.tag {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.release-tag-name {
|
||||
font-size: 1.5rem;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue