Fixed css

This commit is contained in:
frederikpyt
2020-08-03 08:45:45 +02:00
parent f14dc22d92
commit 073938a469
4 changed files with 37 additions and 0 deletions
+8
View File
@@ -66,6 +66,14 @@ and (max-width : 900px)
p {
font-size: 4vw;
}
.links {
position: absolute;
width: calc(100% - 40px);
bottom: 8px;
height: 2rem;
justify-content: center;
}
}