aufräumen
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
/* ns-hugo-imp:/home/tsindt/src/www/northsidestudio/themes/basic/assets/css/components/header.css */
|
||||
header {
|
||||
border-bottom: 1px solid #222;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
/* ns-hugo-imp:/home/tsindt/src/www/northsidestudio/themes/basic/assets/css/components/footer.css */
|
||||
footer {
|
||||
border-top: 1px solid #222;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* <stdin> */
|
||||
body {
|
||||
color: #222;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.5;
|
||||
margin: 1rem;
|
||||
max-width: 768px;
|
||||
}
|
||||
a {
|
||||
color: #00e;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"sources":["file:///home/tsindt/src/www/northsidestudio/themes/basic/assets/css/components/header.css","file:///home/tsindt/src/www/northsidestudio/themes/basic/assets/css/components/footer.css","file:///home/tsindt/src/www/northsidestudio/themes/basic/assets/css/main.css"],"sourcesContent":["header {\n border-bottom: 1px solid #222;\n margin-bottom: 1rem;\n}\n","footer {\n border-top: 1px solid #222;\n margin-top: 1rem;\n}\n","@import \"components/header.css\";\n@import \"components/footer.css\";\n\nbody {\n color: #222;\n font-family: sans-serif;\n line-height: 1.5;\n margin: 1rem;\n max-width: 768px;\n}\n\na {\n color: #00e;\n text-decoration: none;\n}\n"],"mappings":";AAAA;AACE,iBAAe,IAAI,MAAM;AACzB,iBAAe;AACjB;;;ACHA;AACE,cAAY,IAAI,MAAM;AACtB,cAAY;AACd;;;ACAA;AACE,SAAO;AACP,eAAa;AACb,eAAa;AACb,UAAQ;AACR,aAAW;AACb;AAEA;AACE,SAAO;AACP,mBAAiB;AACnB;","names":[]}
|
||||
@@ -1,58 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'x-typewriter';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
unicode-range: U+0000-00FF;
|
||||
src: url('/fonts/x-typewriter.regular.woff2') format('woff2'),
|
||||
url('/fonts/x-typewriter.regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'if';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
unicode-range: U+0000-00FF;
|
||||
src: url('/fonts/If.woff2') format('woff2'),
|
||||
url('/fonts/If.woff') format('woff');
|
||||
}
|
||||
|
||||
.all {
|
||||
margin: auto;
|
||||
width: 60%
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0, auto;
|
||||
width: 90%;
|
||||
font-family: "x-typewriter";
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0, auto;
|
||||
width: 90%;
|
||||
font-family: "if";
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav, footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
nav > a {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #fff; }
|
||||
@media only screen and (min-width: 768px) {
|
||||
nav { flex-direction: row;}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user