Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Irina-anat committed Jan 14, 2024
1 parent e167959 commit 66db3c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
padding-top: 50px;
}

ul {
Expand Down Expand Up @@ -94,8 +93,8 @@ p {
}

.container{
margin: 0 auto;
padding: 20px 20px 50px 20px;
margin: 10px auto;
padding: 30px 20px 50px 20px;
max-width: 1000px;
background-color: #faebd7;
height: 800px;
Expand Down

0 comments on commit 66db3c6

Please sign in to comment.