Checkin
This commit is contained in:
@@ -14,20 +14,26 @@
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
unicode-range: U+0000-00FF;
|
||||
src: url('/fonts/if.woff2') format('woff2'),
|
||||
url('/fonts/if.woff') format('woff');
|
||||
src: url('/fonts/If.woff2') format('woff2'),
|
||||
url('/fonts/If.woff') format('woff');
|
||||
}
|
||||
|
||||
.all {
|
||||
margin: auto;
|
||||
width: 60%
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0, auto;
|
||||
width: 80%;
|
||||
width: 90%;
|
||||
font-family: "x-typewriter";
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0, auto;
|
||||
width: 80%;
|
||||
width: 90%;
|
||||
font-family: "if";
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav, footer {
|
||||
@@ -46,7 +52,7 @@ nav > a {
|
||||
text-decoration: none;
|
||||
color: #fff; }
|
||||
@media only screen and (min-width: 768px) {
|
||||
nav { flex-direction: row;
|
||||
nav { flex-direction: row;}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user