refactor: review categories position

This commit is contained in:
2022-10-28 17:28:37 +02:00
parent c3ee5e2de1
commit d239b0814d
8 changed files with 109 additions and 78 deletions
+17 -4
View File
@@ -76,24 +76,37 @@ main {
padding-left: 60px;
}
.right-side .title {
.right-side .title,
nav .title {
color: var(--text-color-secondary);
font-weight: 700;
}
.right-side .tags {
nav .title{
font-size: 1.8rem;
}
nav {
margin-bottom: 5rem;
}
.right-side .tags,
nav .tags {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.right-side .links {
.right-side .links,
nav .links{
padding: 0;
list-style: none;
}
.right-side .tags,
.right-side .links {
.right-side .links,
nav .tags,
nav .links {
padding: 0;
margin: 12px 0 23px 0;
list-style: none;