Skip to content

Commit

Permalink
ui: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
isunjn committed Jan 9, 2024
1 parent c8b6892 commit 5e4ae91
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ body.tag-list {
}

.tags {
margin-top: 1.5em;
margin-top: 2em;
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -1005,7 +1005,7 @@ body.tag-list {
a {
color: var(--primary-color);
text-decoration: none;
margin: 1.5em;
margin: 1em;
line-height: 1.25;

border-bottom: 1.5px solid transparent;
Expand Down Expand Up @@ -1048,7 +1048,7 @@ body.tag-single {

a {
margin-left: 30px;
font-size: 0.5em;
font-size: 0.7em;
color: var(--primary-color);
}
}
Expand All @@ -1073,14 +1073,6 @@ body.tag-single {
.date {
white-space: nowrap;
}

@media screen and (max-width: 768px) {
& {
font-size: 1em;
margin: 2.5px 5px;
padding: 5px 10px;
}
}
}
}

Expand Down Expand Up @@ -1203,19 +1195,15 @@ body.not-found {
.error {
display: flex;
align-items: center;
font-size: 2em;
font-size: 1.25em;
color: var(--text-pale-color);
}

.spacer {
background: var(--text-pale-color);
width: 2px;
height: 0.75em;
margin: 0 0.5em;
}

.text {
font-size: 0.85em;
margin: 0 0.75em;
}

a {
Expand Down

0 comments on commit 5e4ae91

Please sign in to comment.