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
+7
View File
@@ -26,6 +26,13 @@ form {
justify-content: center;
}
.fa-eye {
position: absolute;
font-size: 25px;
color: grey;
margin: 7.5px 0 0 -45px;
}
.btn {
border: 0;
border-radius: 4px;
+15
View File
@@ -26,6 +26,13 @@ form {
justify-content: center;
}
.fa-eye {
position: absolute;
font-size: 25px;
color: grey;
margin: 7.5px 0 0 -45px;
}
.btn {
border: 0;
border-radius: 4px;
@@ -6633,6 +6640,14 @@ main {
p {
font-size: 4vw;
}
.links {
position: absolute;
width: calc(100% - 40px);
bottom: 8px;
height: 2rem;
justify-content: center;
}
}
.mock-up-link {
+7
View File
@@ -6,6 +6,13 @@ form {
justify-content: center;
}
.fa-eye {
position: absolute;
font-size: 25px;
color: grey;
margin: 7.5px 0 0 -45px;
}
.btn {
border: 0;
border-radius: 4px;
+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;
}
}