Skip to content

Commit

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

ul {
Expand Down Expand Up @@ -95,10 +95,10 @@ p {

.container{
margin: 0 auto;
height: 100vh;
padding: 20px;
max-width: 1200px;
padding: 20px 20px 50px 20px;
max-width: 1000px;
background-color: #faebd7;
height: 800px;
}

.box-description{
Expand Down Expand Up @@ -136,6 +136,7 @@ p {
.description{
margin-bottom: 20px;
font-size: 18px;
max-width: 400px;
}

.description>span{
Expand Down

0 comments on commit e167959

Please sign in to comment.