Skip to content

Commit 8007097

Browse files
authored
Fix a graphical glitch
1 parent 85dfce5 commit 8007097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ a.desc-tool-tip, a.desc-tool-tip:hover, a.desc-tool-tip:visited {
6464
background: gray;
6565
}
6666
.navbar-default {
67-
z-index: 200;
68-
background-color: gray;
69-
border-color: transparent;
67+
z-index: 200;
68+
background-color: gray;
69+
border-color: transparent;
7070
border-radius: 0px 0px 30px 30px;
7171
height: 77px;
7272
position: fixed;
@@ -133,7 +133,7 @@ body a h1{
133133
.status{
134134
float: right;
135135
box-sizing: border-box;
136-
padding: 15px 35px;
136+
padding: 0px 35px;
137137
text-align: right;
138138
font-size: 1.05em;
139139
font-family: 'Fira Sans', sans-serif;

0 commit comments

Comments
 (0)