Merge pull request 'Make buttons all the same width and remove some css' (#43) from feature/buttons into main
This PR does the following things: remove some unused css code Make buttons the same with on the startpage (solves #24)
This commit is contained in:
commit
bd42ff0107
1 changed files with 1 additions and 12 deletions
|
@ -1,11 +1,3 @@
|
||||||
video {
|
|
||||||
object-fit: cover;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
position: fixed;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-container {
|
.hero-container {
|
||||||
background: url("../images/fingerprint_biometrics.jpg") center center/cover
|
background: url("../images/fingerprint_biometrics.jpg") center center/cover
|
||||||
no-repeat;
|
no-repeat;
|
||||||
|
@ -42,6 +34,7 @@ video {
|
||||||
|
|
||||||
.hero-btns .btn {
|
.hero-btns .btn {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,10 +44,6 @@ video {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-play-circle {
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 960px) {
|
@media screen and (max-width: 960px) {
|
||||||
.hero-container > h1 {
|
.hero-container > h1 {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
|
|
Loading…
Reference in a new issue