Skip to content

Commit f46355b

Browse files
author
jordanmccullough
committed
Tune styles for better flow
1 parent b0dddcd commit f46355b

File tree

2 files changed

+24
-15
lines changed

2 files changed

+24
-15
lines changed

_stylesheets/curriculum-beta.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ul.site-footer-links {
4949
display: none; } }
5050
html, body {
5151
height: 100%;
52-
background: #f2fcff;
52+
background: #f4f4f4;
5353
font-size: 16px; }
5454

5555
.nav-list > li > a {
@@ -64,7 +64,7 @@ html, body {
6464
/* YouTube Links */ }
6565
.curriculum h1, .curriculum h2, .curriculum h3, .curriculum h4, .curriculum h5, .curriculum h6, .curriculum p, .curriculum ul, .curriculum pre, .curriculum svg {
6666
font-weight: normal;
67-
padding: 0 25%; }
67+
padding: 0 30%; }
6868
.curriculum h3 {
6969
font-size: 400%;
7070
line-height: 1.25em;
@@ -88,8 +88,11 @@ html, body {
8888
background: #ffffff;
8989
display: table;
9090
text-align: center; }
91+
.curriculum .slide h1, .curriculum .slide h2, .curriculum .slide h3, .curriculum .slide h4, .curriculum .slide h5, .curriculum .slide h6, .curriculum .slide p, .curriculum .slide ul, .curriculum .slide pre, .curriculum .slide svg {
92+
font-weight: normal;
93+
padding: 0 0; }
9194
.curriculum .slide .alignment {
92-
margin: 0 20%;
95+
padding: 0 20%;
9396
display: table-cell;
9497
vertical-align: middle; }
9598
.curriculum a[href^="http://"],
@@ -135,10 +138,6 @@ html, body {
135138
color: #CCCCCC;
136139
content: "\f078";
137140
font: normal normal 20px octicons; }
138-
.curriculum table, .curriculum pre {
139-
background: #e8e8ea;
140-
padding: 20px;
141-
display: block; }
142141
.curriculum pre {
143142
padding: 10px auto;
144143
margin: 1em auto 2em;

_stylesheets/curriculum-beta.scss

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
html, body{
1818
height: 100%;
19-
background: #f2fcff;
19+
background: #f4f4f4;
2020
font-size: 16px;
2121
}
2222

@@ -30,7 +30,7 @@ html, body{
3030

3131
h1,h2,h3,h4,h5,h6,p,ul,pre,svg{
3232
font-weight: normal;
33-
padding: 0 25%;
33+
padding: 0 30%;
3434
}
3535

3636
h3{
@@ -65,8 +65,14 @@ html, body{
6565
display: table;
6666
text-align: center;
6767

68+
h1,h2,h3,h4,h5,h6,p,ul,pre,svg{
69+
font-weight: normal;
70+
padding: 0 0;
71+
}
72+
6873
.alignment{
69-
margin: 0 20%;
74+
// margin: 0 20%;
75+
padding: 0 20%;
7076
display: table-cell;
7177
vertical-align: middle;
7278
}
@@ -108,12 +114,16 @@ html, body{
108114
font: normal normal 20px octicons;
109115
}
110116
}
117+
//
118+
// pre{
119+
// margin: 0 30%;
120+
// }
111121

112-
table, pre{
113-
background: $mono-light;
114-
padding: 20px;
115-
display: block;
116-
}
122+
// table, pre{
123+
// background: $mono-light;
124+
// padding: 20px;
125+
// display: block;
126+
// }
117127

118128
pre{
119129
padding: 10px auto;

0 commit comments

Comments
 (0)