From c072b81c60cbadda39c0c6a87729ec234b528d7e Mon Sep 17 00:00:00 2001 From: cami Date: Wed, 23 Jun 2021 01:38:46 +0200 Subject: [PATCH] Make buttons all the same width and remove some css This commit does the following things: - remove some unused css code - Make buttons the same with on the startpage (solves #24) --- frontend/src/components/HeroSection.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/frontend/src/components/HeroSection.css b/frontend/src/components/HeroSection.css index 902f908..d337b72 100644 --- a/frontend/src/components/HeroSection.css +++ b/frontend/src/components/HeroSection.css @@ -1,11 +1,3 @@ -video { - object-fit: cover; - width: 100%; - height: 100%; - position: fixed; - z-index: -1; -} - .hero-container { background: url("../images/fingerprint_biometrics.jpg") center center/cover no-repeat; @@ -42,6 +34,7 @@ video { .hero-btns .btn { margin: 6px; + width: 100%; align-items: center; } @@ -51,10 +44,6 @@ video { border: none; } -.fa-play-circle { - margin-left: 4px; -} - @media screen and (max-width: 960px) { .hero-container > h1 { font-size: 70px;