Browse Source

Updates features text alignment in home view

main
Keith Daulton 2 years ago
parent
commit
b4dc10bbf8
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      src/webviews/apps/home/home.scss

+ 7
- 4
src/webviews/apps/home/home.scss View File

@ -231,12 +231,15 @@ ul {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: stretch;
gap: 1.6rem; gap: 1.6rem;
ul { ul {
margin: {
top: 0.2rem;
bottom: 0;
}
display: flex;
flex-direction: column;
justify-content: center;
gap: clamp(0.1rem, 2vw, 1.2rem);
margin-bottom: 0;
} }
svg { svg {
flex: none; flex: none;

Loading…
Cancel
Save