File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ w-app(:class="{ ready }" v-scroll="onScroll")
1313 right
1414 round
1515 v-scroll-to ="'#top'" )
16- //- Width to prevent ugly first load animation when icon is not yet ready.
17- //- w-icon(color="white" size="26" style="width: 24px")
1816
1917 footer.py2 ( color ="white" )
2018 w-flex.max-widthed ( wrap justify-center )
Original file line number Diff line number Diff line change @@ -24,19 +24,20 @@ ul, ol {
2424 padding-left : 1.3em ;
2525}
2626
27- code , .code {
27+ p {margin-bottom : 16px ;}
28+
29+ code , .code :not (.w-icon ) {
2830 font-family : monospace , sans-serif ;
2931 font-size : 0.9em ;
3032}
33+
3134code {
3235 padding : .15em .4em ;
3336 background-color : rgba (0 ,0 ,0 ,.05 );
3437 color : #dc163c ;
3538 border-radius : 4px ;
3639}
3740
38- p {margin-bottom : 16px ;}
39-
4041.ssh-pre {
4142 padding : 0.5em ;
4243 margin : 1.5em 0 ;
You can’t perform that action at this time.
0 commit comments