mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-08 21:52:02 +02:00
Run prettier
This commit is contained in:
parent
daa9ca870d
commit
c0b52851a4
16 changed files with 262 additions and 265 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue