tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user