updated footer (closes #9)
All checks were successful
continuous-integration/drone/push Build is passing

added plausible
updated header params
added dev deploy
This commit is contained in:
Samuel Philipp 2020-07-30 22:03:29 +02:00
parent 670b0f1a44
commit 631f8bd4b0
4 changed files with 97 additions and 51 deletions

View file

@ -18,10 +18,24 @@ body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
padding: 0;
margin: 0;
}
&.legal {
.site-container {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
overflow: hidden;
.content {
position: relative;
flex: 1 1 auto;
}
.footer {
background-image: url("../img/bg.png");
padding: 2%;
color: #ffffff;
z-index: 1;
}
}
@ -30,7 +44,7 @@ body {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: fixed;
position: absolute;
top: -25px;
left: -25px;
width: calc(100% + 50px);
@ -47,7 +61,7 @@ body {
}
.headers {
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100%;
@ -111,19 +125,10 @@ body {
}
.menu {
position: fixed;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.6);
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-top-left-radius: 8px;
a {
color: #ffffff;
}
}
.menu a {
color: #000000;
}
.menu a:hover {
color: #222222;
}