We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24b0150 + 72544ac commit e029d9dCopy full SHA for e029d9d
index.css
@@ -70,7 +70,7 @@ header {
70
display: flex;
71
flex-wrap: wrap;
72
padding-top: 20px;
73
- min-width: 100vw;
+ min-width: 100%;
74
height: 140px;
75
flex-direction: row;
76
text-align: left;
@@ -118,7 +118,7 @@ nav {
118
background: rgb(248, 248, 248);
119
120
border-bottom: 1px solid rgb(230, 230, 230);
121
122
}
123
124
@supports ((position: sticky) or (position: -webkit-sticky)) {
@@ -150,7 +150,7 @@ footer {
150
background: #333;
151
color: #ccc;
152
font-size: 12px;
153
154
justify-content: center;
155
156
0 commit comments