Website overhaul
This commit is contained in:
@@ -130,10 +130,12 @@ margin: auto;
|
||||
overflow: hidden;
|
||||
align-content: center;
|
||||
display: flex;
|
||||
max-height: 110px;
|
||||
img {
|
||||
width: auto;
|
||||
margin: auto;
|
||||
max-height: 90px;
|
||||
overflow: hidden;
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,9 +211,9 @@ align-content: center;
|
||||
|
||||
.entries-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
column-gap: 12px;
|
||||
row-gap: 8px;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
column-gap: 16px;
|
||||
row-gap: 16px;
|
||||
}
|
||||
|
||||
.grid__item {
|
||||
|
||||
@@ -13,7 +13,7 @@ body {
|
||||
padding: 0;
|
||||
color: $text-color;
|
||||
font-family: $global-font-family;
|
||||
line-height: 1;
|
||||
line-height: 1.2;
|
||||
|
||||
&.overflow--hidden {
|
||||
/* when primary navigation is visible, the content in the background won't scroll */
|
||||
|
||||
Reference in New Issue
Block a user