Update CSS for updates page

This commit is contained in:
Justin Edmund 2023-08-23 17:51:21 -07:00
parent ec443e484e
commit 4efe489153
2 changed files with 14 additions and 0 deletions

View file

@ -28,6 +28,10 @@
}
}
&.constrained.update {
max-width: 360px;
}
&.github:hover .left .icon svg {
fill: var(--text-primary);
}

View file

@ -17,6 +17,16 @@
flex-direction: column;
gap: $unit-4x;
.foreword {
margin-bottom: $unit-4x;
p {
font-size: $font-regular;
line-height: 1.32;
margin-bottom: $unit-2x;
}
}
.features {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));