Switched gallery to WEBP and adjusted page contents

This commit is contained in:
Michał Gdula 2022-06-16 15:39:28 +01:00
parent a3d1ec57ce
commit 1f21779c5f
40 changed files with 85 additions and 53 deletions

View file

@ -14,13 +14,18 @@ main section {
main section * {
margin: 0 0 0.7rem; padding: 0;
max-width: 100%; width: auto; min-width: none;
height: auto;
border-radius: 5px;
}
main section *:last-child {
margin-bottom: 0;
}
main section img {
height: auto;
}
.justify-text p {
text-align: justify;
}
/*
I hate CSS
@ -28,7 +33,7 @@ main section *:last-child {
#intro {
text-align: center;
}
#experiance img {
#experience img {
margin: 0 auto;
display: block;
}
@ -37,15 +42,6 @@ main section *:last-child {
flex-direction: column;
}
/*
Sona colours
*/
/*
.cFF7700{background-color: var(--bandana-0);}
.cFFDC00{background-color: var(--bandana-1);}
.c00D621{background-color: var(--bandana-2);}
.c0088FF{background-color: var(--bandana-3);}
*/
/*
Gallery
*/