Pārlūkot izejas kodu

Updates features text alignment in home view

main
Keith Daulton pirms 2 gadiem
vecāks
revīzija
b4dc10bbf8
1 mainītis faili ar 7 papildinājumiem un 4 dzēšanām
  1. +7
    -4
      src/webviews/apps/home/home.scss

+ 7
- 4
src/webviews/apps/home/home.scss Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt