Skip to content

Commit 2c0103e

Browse files
ksungpeakpg
authored andcommitted
titling fixes
1 parent 952e373 commit 2c0103e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/assets/stylesheets/cms/application.css.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $danger: #e74c3c;
4949
/* RESET */
5050
html {
5151
min-height: 100%;
52-
height: 100%;
52+
//height: 100%;
5353
-webkit-text-size-adjust: 100%;
5454
-ms-text-size-adjust: 100%;
5555

@@ -60,10 +60,12 @@ html {
6060
}
6161
}
6262
body {
63-
height: 100%;
63+
//height: 100%;
6464
width: 100%;
6565
position: relative;
6666
overflow-x: hidden;
67+
background: $light;
68+
6769
}
6870
* {
6971
@include box-sizing(border-box);

app/assets/stylesheets/cms/styles/_text.css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ h6 {
88
font-family: 'Roboto', sans-serif;
99
font-weight: 500;
1010
line-height: 1.25;
11+
margin-top: 0;
1112
}
1213

1314
h1 {

0 commit comments

Comments
 (0)