Run prettier

This commit is contained in:
Kevin Kandlbinder 2021-12-06 14:54:29 +00:00 committed by GitHub
parent daa9ca870d
commit c0b52851a4
16 changed files with 262 additions and 265 deletions

View file

@ -4,7 +4,7 @@
display: block;
margin-top: 2rem;
margin-bottom: -2rem;
font-size: .8em;
font-size: 0.8em;
text-decoration: none;
}
@ -47,12 +47,11 @@
}
}
.pageSwitcher {
display: flex;
margin-top: $layoutPadding;
>* {
> * {
width: 33%;
}
@ -86,7 +85,7 @@
.meta {
margin-bottom: 10px;
opacity: .5;
opacity: 0.5;
}
.excerpt {
@ -104,5 +103,5 @@
display: block;
padding: $layoutPadding;
text-align: center;
opacity: .5;
}
opacity: 0.5;
}

View file

@ -17,7 +17,7 @@
.meta {
display: block;
margin-top: -25px;
margin-bottom: $layoutPadding*2;
margin-bottom: $layoutPadding * 2;
}
.chatBox {
@ -38,7 +38,7 @@
font-size: 1.5em;
text-shadow: 0 0 10px black;
@media(prefers-color-scheme: light) {
@media (prefers-color-scheme: light) {
text-shadow: 0 0 10px white;
}
@ -47,7 +47,6 @@
}
}
> iframe {
position: absolute;
top: 25px;
@ -65,5 +64,4 @@
-1px 11px 33px -10px rgba($accentColor, 0.25);
}
}
}
}