1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-07-29 14:27:37 +02:00

Normalize Code Style

This commit is contained in:
Kevin Kandlbinder 2020-12-27 03:44:12 +01:00
parent f62930067b
commit 75c52c744d
36 changed files with 508 additions and 526 deletions
src/templates

View file

@ -1,7 +1,7 @@
@import "../variables";
.projectHeader {
> div {
>div {
padding-bottom: 0 !important;
}
@ -19,8 +19,8 @@
left: 0;
width: 100%;
height: 300px;
background:linear-gradient(to bottom, rgba($background, .95), rgba($background, .5) 20%);
background: linear-gradient(to bottom, rgba($background, .95), rgba($background, .5) 20%);
.headerInner {
max-width: $layoutWidth;
width: 100%;
@ -32,12 +32,12 @@
margin: 0;
color: white;
}
h1 {
font-size: 2em;
}
}
}
.headerPlaceholder {
@ -68,7 +68,11 @@
text-decoration-skip: none;
text-decoration: underline dotted currentColor;
i.fab, i.fas, i.fa, i.far, i.fal {
i.fab,
i.fas,
i.fa,
i.far,
i.fal {
display: inline;
}
}