Skip to content

Commit 7056b67

Browse files
committed
Small CSS changes
1 parent 1706818 commit 7056b67

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_sass/klise/_dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ body[data-theme="dark"] {
234234
.solution:hover {
235235
color: $dark-text-link-blue-active;
236236
}
237-
}
237+
}
238238

239239
.search-article {
240240
input[type="search"] {

_sass/klise/_layout.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181

182182
// Author
183183
.author {
184-
margin-top: 6.3rem;
185-
margin-bottom: 7.2rem;
184+
margin-top: 2rem;
185+
margin-bottom: 1rem;
186186
text-align: center;
187187

188188
@include media-query($on-mobile) {
@@ -228,6 +228,7 @@
228228
display: flex;
229229
padding-top: 5px;
230230
padding-bottom: 6px;
231+
justify-content: space-between;
231232
@extend %clearfix;
232233

233234
&:not(:first-child) {
@@ -239,6 +240,8 @@
239240
color: $black;
240241
font-weight: 700;
241242
padding-right: 10px;
243+
flex: 0.22 1 0px;
244+
text-align: right;
242245

243246
@include media-query($on-mobile) {
244247
font-size: 16px;
@@ -252,6 +255,8 @@
252255
font-size: $base-font-size;
253256
font-weight: normal;
254257
letter-spacing: 0.1px;
258+
flex: 1;
259+
text-align: justify;
255260

256261
a {
257262
color: $text-base-color;
@@ -377,4 +382,4 @@
377382
border: 1px solid rgba(128, 128, 128, 0.1);
378383
background-color: rgba(128, 128, 128, 0.1);
379384
}
380-
}
385+
}

0 commit comments

Comments
 (0)