Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
owsko committed Jul 7, 2024
1 parent 5d33885 commit 3415434
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
20 changes: 19 additions & 1 deletion stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,25 @@ a:active {
}



@media (max-width: 800px) {
header {
padding: 16px 16px 0px 16px;
margin-top: 0px;
}

body {
padding: 0vw;
}

.parent-1 {
padding: 1.2% 5% 0 6%;
}

.iframe {
padding: 1.2% 6% 0 6%;
}

}



8 changes: 1 addition & 7 deletions stylesheets/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,5 @@ button:hover {
font-size: 20px;
}

header {
padding: 16px 16px 0px 16px;
}

body {
padding: 0vw;
}

}
9 changes: 1 addition & 8 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ header {

.parent-1 div {
margin-inline: auto;
width: 100%;
}

.images-front {
Expand Down Expand Up @@ -89,11 +90,3 @@ td {
font-size: 15px;
}
}

@media (min-width: 500px) {
.parent-1 div {
margin-inline: auto;
width: 100%;
}
}

0 comments on commit 3415434

Please sign in to comment.