Skip to content

Commit 4208932

Browse files
committed
Don't interfere on MaterialDesign line-height
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent a4811c9 commit 4208932

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

css/page-common.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44

55
nopehtml{display:none}
66

7-
body{background:rgb(239, 239, 239);font-family: Roboto;-webkit-font-smoothing:antialiased;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}
8-
9-
.md-body-1, body {
10-
font-weight: 400;
11-
line-height: inherit!important;
12-
}
7+
body{background:rgb(239, 239, 239);font-family: Roboto;-webkit-font-smoothing:antialiased;line-height:inherit!important;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}
138

149
.header,header{background:#00A185;position:fixed;top:0;left:0;width:100%;height:60px;border-bottom: 1px solid rgba(0, 0, 0, 0.5);box-shadow: 0 0 15px 1px black;color:#fff;padding-left:20px;z-index:5000}
1510
.header,header:hover{box-shadow:0px 0px 25px 5px #000}

0 commit comments

Comments
 (0)