Ver a proveniência

Updates features text alignment in home view

main
Keith Daulton há 2 anos
ascendente
cometimento
b4dc10bbf8
1 ficheiros alterados com 7 adições e 4 eliminações
  1. +7
    -4
      src/webviews/apps/home/home.scss

+ 7
- 4
src/webviews/apps/home/home.scss Ver ficheiro

@ -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;

Carregando…
Cancelar
Guardar