Skip to content

Commit

Permalink
change margin in body
Browse files Browse the repository at this point in the history
  • Loading branch information
anaaragon88 committed Dec 17, 2024
1 parent 5d6aa87 commit a6f7e17
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
body {
font-family: var(--font-primary);
margin: 0;
margin-top: -200px;
margin-left: -70px;
padding: 0;
color: var(--principal-3);
background-image: url("./img/background.png");
Expand All @@ -31,18 +33,6 @@ body {
transform-origin: center;
}

header {
grid-column: span 12;
display: flex;
justify-content: center;
align-items: center;
}

.logo {
margin: 50px;
max-width: 700px;
}

.container {
transform: scale(0.75);
width: 100%;
Expand All @@ -52,11 +42,23 @@ header {
grid-template-columns: repeat(12, 1fr);
grid-template-rows: auto auto auto auto;
gap: 20px;
padding: 20px;
padding: 10px;
justify-content: center;
align-items: center;
}

header {
grid-column: span 12;
display: flex;
justify-content: center;
align-items: center;
}

.logo {
margin: 50px;
max-width: 700px;
}

.info {
grid-column: span 5;
padding: 20px;
Expand Down

0 comments on commit a6f7e17

Please sign in to comment.