🚨 Lint

This commit is contained in:
Liyas Thomas
2019-08-27 17:22:24 +05:30
parent 36a07290f2
commit f265046676
5 changed files with 470 additions and 506 deletions

View File

@@ -20,16 +20,6 @@ $responsiveWidth: 720px;
font-family: "Poppins", "Roboto", "Noto", sans-serif;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
a {
display: inline-flex;
color: inherit;
@@ -42,7 +32,6 @@ body {
color: var(--fg-color);
font-weight: 500;
line-height: 1.5;
animation: fadein 0.2s;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
@@ -56,6 +45,10 @@ h3 {
font-weight: 700;
}
h3.title {
margin: 4px;
}
header,
footer {
display: flex;
@@ -85,9 +78,9 @@ nav {
body.sticky-footer footer {
position: fixed;
right: 0;
bottom: 0;
left: 0;
right: 0;
}
.logo {