We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b234dd commit fe638e6Copy full SHA for fe638e6
1 file changed
style.css
@@ -52,6 +52,8 @@
52
margin: 0 auto;
53
font-size: 10px;
54
background-color: lab(90.24% 0 -0.01);
55
+ min-width: 1000px;
56
+ max-width: 2000px;
57
}
58
59
@font-face {
@@ -102,7 +104,7 @@
102
104
header, footer {
103
105
font-family: Georgia, 'Times New Roman', Times, serif;
106
background-color: #0033a0;
- color: lab(90.24% 0 -0.01);
107
+ color: whitesmoke;
108
border-top: 5px solid #b1b3b3;
109
border-bottom: 5px solid #b1b3b3;
110
text-align: center;
@@ -120,7 +122,7 @@
120
122
position: absolute;
121
123
bottom: 0;
124
width: 100%;
- max-width: 1400px;
125
126
127
128
nav {
@@ -145,7 +147,7 @@
145
147
146
148
nav li a {
149
display: block;
150
151
152
padding: 14px 16px;
153
text-decoration: none;
0 commit comments