Skip to content

Commit

Permalink
Merge pull request #21 from curegit/px
Browse files Browse the repository at this point in the history
Adjust rooms
  • Loading branch information
curegit authored Dec 15, 2023
2 parents 05527c7 + 08fb4f2 commit a7261b2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ol.breadcrumb > li.page {
background-repeat: no-repeat;
background-position: top left;
background-size: auto 34px;
line-height: 1.4;
}

.article-list {
Expand Down Expand Up @@ -155,6 +156,7 @@ ol.breadcrumb > li.page {
background-repeat: no-repeat;
background-position: left 4px;
background-size: auto 28px;
line-height: 1.4;
}

.list-title-taxonomy {
Expand All @@ -169,17 +171,19 @@ ol.breadcrumb > li.page {
.tag-list {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
gap: 6px 50px;
padding: 0;
list-style: none;
}

.tag-list li {
padding-left: 26px;
padding-left: 24.5px;
background-image: var(--tag-icon);
background-repeat: no-repeat;
background-position: left 8px;
background-position: left 6px;
background-size: auto 18px;
line-height: 1.65;
}

.tag-list li a {
Expand Down Expand Up @@ -296,16 +300,17 @@ ul.folders {
}

.folder {
padding-left: 32px;
padding-left: 31px;
background-image: var(--folder-icon);
background-repeat: no-repeat;
background-position: left 1px;
background-position: left 1.25px;
background-size: auto 23px;
line-height: 1.7;
}

.folder a {
margin-left: -32px;
padding-left: 32px;
margin-left: -31px;
padding-left: 31px;
}

ul.tags, ul.terms {
Expand All @@ -322,6 +327,7 @@ ul.tags, ul.terms {
background-repeat: no-repeat;
background-position: left 6px;
background-size: auto 17px;
line-height: 1.7;
}

.tag a {
Expand Down

0 comments on commit a7261b2

Please sign in to comment.