Fixed css
This commit is contained in:
Vendored
+7
@@ -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;
|
||||
|
||||
Vendored
+15
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user