Skip to content

Commit 77319e1

Browse files
committed
Cleanup.
1 parent 4007794 commit 77319e1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/app.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

src/documentation/_base.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
3134
code {
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;

0 commit comments

Comments
 (0)