Skip to content

Commit a4811c9

Browse files
committed
Fixed line-height changed by MaterialDesign
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 5800c54 commit a4811c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/page-common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ nopehtml{display:none}
66

77
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}
88

9+
.md-body-1, body {
10+
font-weight: 400;
11+
line-height: inherit!important;
12+
}
13+
914
.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}
1015
.header,header:hover{box-shadow:0px 0px 25px 5px #000}
1116
.header,header:active{box-shadow:0px 0px 25px 9px #000}

0 commit comments

Comments
 (0)