♻️ refactor valencia-gallery

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-04-07 16:05:39 +02:00
parent 3c8d1acedf
commit 4b25b8824e
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
13 changed files with 26 additions and 192 deletions

View file

@ -129,6 +129,18 @@ p {
margin-bottom: 100px;
}
.gallery table img {
width: 95%;
border: 10px solid white;
margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
.gallery table img {
border-width: 5px;
}
}
/* CV */
.cv h2 {
font-size: x-large;