Make Postcard country column slightly bigger
Better for Netherlands or long country names
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
.postcard {
|
||||
--gap: clamp(8px, 0.7vw, 20px);
|
||||
display: grid;
|
||||
grid-template-columns: min(140px, 40%) 1fr;
|
||||
grid-template-columns: min(144px, 45%) auto;
|
||||
align-items: baseline;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 333px;
|
||||
@@ -25,10 +24,10 @@
|
||||
}
|
||||
&__right {
|
||||
position: relative;
|
||||
margin-top: auto;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
height: 100%;
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
// Country Title
|
||||
|
||||
Reference in New Issue
Block a user