Run prettier on code

This commit is contained in:
Kevin Kandlbinder 2021-04-12 13:02:38 +00:00 committed by GitHub
parent d542206091
commit b8057f0e25
51 changed files with 28270 additions and 26529 deletions

View file

@ -41,16 +41,15 @@ footer {
flex-direction: column;
}
.flexSpacer {
flex-grow: 1;
text-align: center;
}
section>div:not(.profile),
section>article,
.section>div:not(.profile),
.section>article {
section > div:not(.profile),
section > article,
.section > div:not(.profile),
.section > article {
max-width: $layoutWidth;
width: 100%;
padding: 39px 20px;
@ -72,4 +71,3 @@ article {
h1 {
font-size: 2em;
}