This commit is contained in:
2025-05-13 12:08:01 -07:00
parent bbbc2e9ce1
commit a55b36dd81
3 changed files with 19 additions and 1 deletions

View File

@@ -7,6 +7,16 @@
.col:last-of-type {
display: none;
}
img {
width: 100%;
display: block !important;
margin-top: 3rem;
}
}
img {
display: none;
}
.content-wrapper {