Skip to content

Commit

Permalink
Nova atualizacao do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
borgesenioc committed Jan 15, 2025
1 parent 80fa47f commit 36a44b5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.page {
background-color: #fff;
color: #000000;
min-width: 1100px;
max-width: 1600px;
margin: auto;
margin: 0 auto;
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 20px;
Expand Down Expand Up @@ -59,7 +61,7 @@
max-width: 515px;
font-size: 20px;
line-height: 30px;
margin-top: 32px;
margin: 32px 0 0;
}

.header__image {
Expand Down Expand Up @@ -90,9 +92,7 @@
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
padding: 100px 0 140px;
box-sizing: border-box;
}

.staff__title {
Expand All @@ -114,9 +114,7 @@

.staff__cards {
max-width: 760px;
margin: auto;
margin-top: 68px;
margin-bottom: 0;
margin: 68px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
Expand Down

0 comments on commit 36a44b5

Please sign in to comment.