Skip to content

Commit

Permalink
fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
anaaragon88 committed Jan 13, 2025
1 parent 5c85efa commit aaa5e4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
body {
font-family: var(--font-primary);
margin: 0;
margin-top: -100px;
margin-left: -100px;
margin-top: -160px;
margin-left: -80px;
padding: 0;
color: var(--principal-3);
background-image: url("./img/background.png");
Expand All @@ -31,7 +31,6 @@ body {
.container {
transform: scale(0.85);
width: 105%;
max-width: 2000px;
height: 1080px;
display: grid;
grid-template-columns: repeat(12, 1fr);
Expand Down Expand Up @@ -182,16 +181,17 @@ body {
.title-video {
font-family: var(--font-secondary);
font-style: italic;
font-size: 50px;
font-size: 45px;
margin: 0;
text-align: right;
padding-right: 30px;
margin-top: -50px;
margin-top: -80px;
}

.coder-icon {
width: 70px;
margin-right: 50px;
margin-right: 70px;
margin-top: -80px;
}

.video-box {
Expand Down

0 comments on commit aaa5e4f

Please sign in to comment.