fix size components

This commit is contained in:
Tatiana Nikolaeva 2025-06-02 23:15:01 +05:00
parent 08f827267d
commit e6e2f68eb0
32 changed files with 238 additions and 175 deletions

View file

@ -6,12 +6,12 @@
}
.nav{
margin: 34px 0 48px 40px;
margin: 34px 0 0 60px;
background-color: white;
border-radius: 20px;
}
.navList{
list-style: none;
padding: 52px 57px 70px 36px;
padding: 32px 37px 40px 26px;
}