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.
body
1 parent e56f036 commit b11e345Copy full SHA for b11e345
_stylesheets/curriculum.css
@@ -1,14 +1,12 @@
1
/* Imports */
2
/* Color Definitions */
3
@import url(octicons.css);
4
-body {
5
- font-size: 16px; }
6
-
7
.nav-list > li > a {
8
font-size: 8pt; }
9
10
.curriculum {
11
position: relative;
+ font-size: 16px;
12
/* General external link */
13
/* GitHub Links */
14
/* GitHub Book Links, Guide Links */
_stylesheets/curriculum.scss
@@ -14,16 +14,13 @@ $mono-dark: #454545;
}
15
16
17
-body{
18
- font-size: 16px;
19
-}
20
21
.nav-list>li>a{
22
font-size: 8pt;
23
24
25
.curriculum{
26
27
28
img{
29
width: 100%;
0 commit comments