Update CSS for updates page
This commit is contained in:
parent
ec443e484e
commit
4efe489153
2 changed files with 14 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.constrained.update {
|
||||||
|
max-width: 360px;
|
||||||
|
}
|
||||||
|
|
||||||
&.github:hover .left .icon svg {
|
&.github:hover .left .icon svg {
|
||||||
fill: var(--text-primary);
|
fill: var(--text-primary);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,16 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $unit-4x;
|
gap: $unit-4x;
|
||||||
|
|
||||||
|
.foreword {
|
||||||
|
margin-bottom: $unit-4x;
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: $font-regular;
|
||||||
|
line-height: 1.32;
|
||||||
|
margin-bottom: $unit-2x;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue