Skip to content

Commit 7eeebef

Browse files
committed
Remove font size from code block
1 parent 4321675 commit 7eeebef

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

src/css/base.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,10 @@ pre {
6464

6565
code {
6666
background-color: #0074e00e;
67-
/* font-size: var(--font-small); */
68-
font-size: inherit;
6967
word-spacing: -0.125em;
7068
color: var(--color-brand-gray1);
7169
}
7270

73-
h2 code,
74-
h3 code,
75-
h4 code,
76-
h5 code,
77-
a code {
78-
font-size: inherit;
79-
}
80-
8171
html code {
8272
hyphens: none;
8373
}

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.header-top-row .container {
7-
padding-left:0;
7+
padding-left: 0;
88
padding-right: 0;
99
}
1010

src/css/landing-page.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@
370370

371371
.doc.landing-page-doc .media-left {
372372
margin-left: 0;
373+
padding-left: 0;
374+
text-align: center;
373375
}
374376

375377
.doc.landing-page-doc figure {
@@ -397,9 +399,4 @@
397399
padding-left: 0;
398400
padding-right: 0;
399401
}
400-
401-
.doc.landing-page-doc .media-left {
402-
padding-left: 0;
403-
text-align: center;
404-
}
405402
}

0 commit comments

Comments
 (0)