Make Postcard country column slightly bigger

Better for Netherlands or long country names
This commit is contained in:
2022-07-29 22:55:03 +02:00
parent a39ab576d2
commit 5464135c3b

View File

@@ -1,9 +1,8 @@
.postcard { .postcard {
--gap: clamp(8px, 0.7vw, 20px); --gap: clamp(8px, 0.7vw, 20px);
display: grid; display: grid;
grid-template-columns: min(140px, 40%) 1fr; grid-template-columns: min(144px, 45%) auto;
align-items: baseline; align-items: baseline;
height: 100%;
width: 100%; width: 100%;
height: 100%; height: 100%;
max-width: 333px; max-width: 333px;
@@ -25,10 +24,10 @@
} }
&__right { &__right {
position: relative; position: relative;
margin-top: auto;
height: 100%;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
height: 100%;
margin-top: auto;
} }
// Country Title // Country Title