Fixed css
This commit is contained in:
parent
f14dc22d92
commit
073938a469
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue