Correcting account styles
This commit is contained in:
parent
74dd1905c2
commit
5b2803e67a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
/*Account.module.css*/
|
/*Account.module.css*/
|
||||||
|
|
||||||
.account {
|
.account {
|
||||||
width: 15%;
|
|
||||||
background-color: #F3F3F3;
|
background-color: #F3F3F3;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4.58px 13px 4.58px 4.58px;
|
padding: 4.58px 13px 4.58px 4.58px;
|
||||||
margin: 26px 33px 27px 0;
|
margin: 26px 33px 27px 0;
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accountText{
|
.accountText{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*Survey.module.css*/
|
/*Survey.module.css*/
|
||||||
|
|
||||||
.survey{
|
.survey{
|
||||||
width: 63%;
|
width: 65%;
|
||||||
margin-left: 8.9%;
|
margin-left: 8.9%;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue