mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Use relative units
This commit is contained in:
@@ -129,12 +129,12 @@ body {
|
||||
|
||||
.app-list {
|
||||
align-items: center;
|
||||
column-gap: 10px;
|
||||
column-gap: 1rem;
|
||||
display: grid;
|
||||
grid-template-columns: min-content min-content min-content min-content;
|
||||
grid-template-rows: min-content min-content;
|
||||
margin-top: 1rem;
|
||||
row-gap: 5px;
|
||||
row-gap: 0.5rem;
|
||||
}
|
||||
|
||||
.app-list__app {
|
||||
@@ -151,7 +151,7 @@ body {
|
||||
color: var(--blue-40);
|
||||
font-size: 0.8em;
|
||||
font-variant: small-caps;
|
||||
margin-left: 5px;
|
||||
margin-left: 0.5rem;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user