File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ footer > :last-child {
517
517
display : block;
518
518
border-radius : 3px ;
519
519
margin : calc (2em + 2ex ) 0 ;
520
- padding : calc (2em + 2ex );
520
+ padding : calc (2em + 2ex ) 0 ;
521
521
background-color : transparent;
522
522
box-shadow : 0 0 0 3px transparent;
523
523
border-color : transparent;
@@ -630,8 +630,13 @@ footer > :last-child {
630
630
}
631
631
632
632
.content {
633
- padding-left : 1rem ;
634
- padding-right : 1rem ;
633
+ padding-left : 0 ;
634
+ padding-right : 0 ;
635
+ }
636
+
637
+ .thumbnail {
638
+ margin-left : 0 ;
639
+ margin-right : 0 ;
635
640
}
636
641
637
642
.guide .window {
@@ -646,4 +651,9 @@ footer > :last-child {
646
651
ul {
647
652
padding-left : 1rem ;
648
653
}
654
+
655
+ .thumbnail-content ,
656
+ .guide p {
657
+ text-align : left;
658
+ }
649
659
}
You can’t perform that action at this time.
0 commit comments