Skip to content

Commit d343ba1

Browse files
committed
ajuste na largura do container
1 parent 74e8541 commit d343ba1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ body *{
3838
color: var(--text-color);
3939
}
4040
#container{
41-
width: 360px;
41+
width: 100%;
42+
max-width: 588px;
4243
/* margin-right: auto;
4344
margin-left: auto;
4445
@@ -48,7 +49,7 @@ body *{
4849
}
4950
#profile{
5051
text-align: center;
51-
padding: 24px;
52+
padding: 20px;
5253
}
5354
#profile img{
5455
width: 112px;

0 commit comments

Comments
 (0)