We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcac2e commit b3bddd2Copy full SHA for b3bddd2
_sass/base/_syntax.scss
@@ -24,7 +24,6 @@
24
margin-bottom: 0;
25
font-size: v.$code-font-size;
26
line-height: 1.4rem;
27
- word-wrap: normal; /* Fixed Safari overflow-x */
28
}
29
30
table {
_sass/base/_typography.scss
@@ -26,9 +26,7 @@
- & {
- font-size: 1rem + (5 - $i) * $size-factor;
31
- }
+ font-size: 1rem + (5 - $i) * $size-factor;
32
} @else {
33
font-size: 1.05rem;
34
_sass/pages/_home.scss
@@ -134,9 +134,6 @@
134
.page-link {
135
color: var(--btn-patinator-text-color);
136
padding: 0 0.6rem;
137
- display: -webkit-box;
138
- -webkit-box-pack: center;
139
- -webkit-box-align: center;
140
border-radius: 0.5rem;
141
border: 0;
142
background-color: inherit;
0 commit comments