Skip to content

Commit

Permalink
centered layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNadeev committed Mar 12, 2024
1 parent 0f0246a commit c9dbe6c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@
margin: 0;
}


body{
display: flex;
flex-direction: column;
align-items: center;
}

.main-content{
max-width: 720px;
min-width: 395px;
max-width: 720px;
}

#topheader{
Expand Down Expand Up @@ -371,11 +375,10 @@ small{
.bubble-container svg {
background-color: #00000000;
margin: -136px 0 -42px;
width: 100%;
width: 720px;
height: 175px;
position: absolute;
left: 0;
right: 0;
left: calc(50% - 360px);
}

circle{
Expand Down

0 comments on commit c9dbe6c

Please sign in to comment.