Skip to content

Commit

Permalink
adjust padding of header text container in 650px width
Browse files Browse the repository at this point in the history
  • Loading branch information
markdavepanado committed Mar 13, 2020
1 parent 2909642 commit 5133616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ body {
top: 5px;
border-radius: 50px;
height: 8vh;
padding: 10px 10px 0;
}

.header-text-container img {
Expand All @@ -488,6 +489,10 @@ body {
.youpress-text-container {
display: none;
}

body {
overflow: auto;
}
}

@media only screen and (max-width: 570px) {
Expand Down

0 comments on commit 5133616

Please sign in to comment.