Fixed pagiatation

This commit is contained in:
2020-08-16 16:29:04 +02:00
parent 9f29ea603f
commit 4ea8d16253
5 changed files with 41 additions and 15 deletions

View File

@@ -512,12 +512,12 @@ body {
height: 60px;
box-shadow: 0 0 2px #C09F80;
grid-area: header;
background-color: white; }
background-color: white;
padding-left: 25px; }
.LP-Header__Navigation {
flex-grow: 2; }
.LP-Header__Logo {
height: 45px;
margin: 25px;
object-fit: cover;
max-height: 100%;
width: 225px;
@@ -550,8 +550,8 @@ body {
@media (max-width: 650px) {
.LP-Header {
padding-left: 40px;
width: calc(100% - 40px);
padding-left: 60px;
width: calc(100% - 60px);
position: fixed;
z-index: 10; } }