Skip to content

Commit

Permalink
Small CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyuhai committed Nov 21, 2023
1 parent 1706818 commit 7056b67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sass/klise/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ body[data-theme="dark"] {
.solution:hover {
color: $dark-text-link-blue-active;
}
}
}

.search-article {
input[type="search"] {
Expand Down
11 changes: 8 additions & 3 deletions _sass/klise/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@

// Author
.author {
margin-top: 6.3rem;
margin-bottom: 7.2rem;
margin-top: 2rem;
margin-bottom: 1rem;
text-align: center;

@include media-query($on-mobile) {
Expand Down Expand Up @@ -228,6 +228,7 @@
display: flex;
padding-top: 5px;
padding-bottom: 6px;
justify-content: space-between;
@extend %clearfix;

&:not(:first-child) {
Expand All @@ -239,6 +240,8 @@
color: $black;
font-weight: 700;
padding-right: 10px;
flex: 0.22 1 0px;
text-align: right;

@include media-query($on-mobile) {
font-size: 16px;
Expand All @@ -252,6 +255,8 @@
font-size: $base-font-size;
font-weight: normal;
letter-spacing: 0.1px;
flex: 1;
text-align: justify;

a {
color: $text-base-color;
Expand Down Expand Up @@ -377,4 +382,4 @@
border: 1px solid rgba(128, 128, 128, 0.1);
background-color: rgba(128, 128, 128, 0.1);
}
}
}

0 comments on commit 7056b67

Please sign in to comment.