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 {
|
||||
fill: var(--text-primary);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue