Преглед изворни кода

Updates features text alignment in home view

main
Keith Daulton пре 2 година
родитељ
комит
b4dc10bbf8
1 измењених фајлова са 7 додато и 4 уклоњено
  1. +7
    -4
      src/webviews/apps/home/home.scss

+ 7
- 4
src/webviews/apps/home/home.scss Прегледај датотеку

@ -231,12 +231,15 @@ ul {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
gap: 1.6rem;
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 {
flex: none;

Loading…
Откажи
Сачувај