Skip to content

Commit e56244e

Browse files
committed
style
1 parent 6d446e6 commit e56244e

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

github-pages/assets/css/style.css

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -228,21 +228,21 @@ ul, ol {
228228

229229
li {
230230
font-size: 17px;
231-
line-height: 1.7;
231+
line-height: 1.5;
232232
color: #353D4C;
233-
margin-bottom: 10px;
233+
margin-bottom: 6px;
234234
letter-spacing: 0.01em;
235235
}
236236

237237
li > ul, li > ol {
238-
margin-top: 10px;
238+
margin-top: 6px;
239239
margin-bottom: 0;
240240
}
241241

242-
/* Make nested lists look better */
242+
/* Nested lists */
243243
li > ul > li,
244244
li > ol > li {
245-
margin-bottom: 6px;
245+
margin-bottom: 4px;
246246
}
247247

248248
/* Code */
@@ -448,11 +448,13 @@ hr {
448448

449449
/* Back to top button */
450450
.back-to-top {
451-
position: fixed;
452-
bottom: 32px;
453-
right: 32px;
454-
width: 44px;
455-
height: 44px;
451+
position: fixed !important;
452+
bottom: 32px !important;
453+
right: 32px !important;
454+
left: auto !important;
455+
width: 44px !important;
456+
max-width: 44px !important;
457+
height: 44px !important;
456458
background: #27232A;
457459
color: white;
458460
border: none;
@@ -536,7 +538,7 @@ hr {
536538
font-size: 22px;
537539
}
538540

539-
.btn {
541+
.btn:not(.back-to-top) {
540542
width: 100%;
541543
margin-right: 0;
542544
}

0 commit comments

Comments
 (0)