File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,21 +228,21 @@ ul, ol {
228228
229229li {
230230 font-size : 17px ;
231- line-height : 1.7 ;
231+ line-height : 1.5 ;
232232 color : # 353D4C ;
233- margin-bottom : 10 px ;
233+ margin-bottom : 6 px ;
234234 letter-spacing : 0.01em ;
235235}
236236
237237li > ul , li > ol {
238- margin-top : 10 px ;
238+ margin-top : 6 px ;
239239 margin-bottom : 0 ;
240240}
241241
242- /* Make nested lists look better */
242+ /* Nested lists */
243243li > ul > li ,
244244li > ol > li {
245- margin-bottom : 6 px ;
245+ margin-bottom : 4 px ;
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;
536538 font-size : 22px ;
537539 }
538540
539- .btn {
541+ .btn : not (. back-to-top ) {
540542 width : 100% ;
541543 margin-right : 0 ;
542544 }
You can’t perform that action at this time.
0 commit comments