This commit is contained in:
chimchooree
2024-01-02 18:01:44 -06:00
parent 5b363fe45a
commit 062189cf79
8 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ img {
grid-area: 1 / 1 / 2 / 2;
color: #C0AAC0;
text-align: center;
font-size: 5vw;
font-size: clamp(0.8rem, 5vw, 1.5rem);
text-overflow: hidden;
white-space: nowrap;
display: flex;
+4 -2
View File
@@ -25,8 +25,10 @@
padding-bottom: 1.5em;
word-wrap: break-word;
}
.portrait { grid-area: 1 / 3 / 3 / 4;
width: 100%;}
.portrait {
grid-area: 1 / 3 / 3 / 4;
}
.gallery-div { grid-area: 3 / 2 / 4 / 4; }
.name { grid-area: 1 / 1 / 2 / 2; }