Update data from current web site state

This commit is contained in:
2023-12-15 13:23:25 +01:00
parent 094e2b4a1a
commit 2eccc0dbaa
35 changed files with 250 additions and 4 deletions

View File

@@ -410,8 +410,15 @@ h1 {
}
}
.tsc-image {
margin: 0 auto;
width: fit-content;
}
.tsc-gallery {
display: grid;
align-items: center;
justify-items: center;
&.cols-2 {
grid-template-columns: 1fr 1fr;
@@ -424,7 +431,7 @@ h1 {
}
.tsc-gallery-img {
margin: none;
margin: 20px;
}
}