Website overhaul

This commit is contained in:
2025-03-27 22:57:31 +01:00
parent 2b75326eac
commit 755fd297bb
70 changed files with 1389 additions and 709 deletions

View File

@@ -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 {

View File

@@ -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 */