Correcting account styles

This commit is contained in:
Tatiana Nikolaeva 2025-04-05 23:43:40 +05:00
parent 74dd1905c2
commit 5b2803e67a
2 changed files with 2 additions and 2 deletions

View file

@ -1,12 +1,12 @@
/*Account.module.css*/
.account {
width: 15%;
background-color: #F3F3F3;
border-radius: 40px;
align-items: center;
padding: 4.58px 13px 4.58px 4.58px;
margin: 26px 33px 27px 0;
margin-left: auto;
}
.accountText{

View file

@ -1,6 +1,6 @@
/*Survey.module.css*/
.survey{
width: 63%;
width: 65%;
margin-left: 8.9%;
}