Update data from current web site state
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user