change the headline to static and correction in z-level

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
remotes/1691128968110617338/master
Toshaan Bharvani 2 years ago
parent 5347c2a774
commit 7985f516fd

@ -287,7 +287,7 @@ body {
color: $white;
background-color: $primary;
vertical-align: top;
z-index: 1;
z-index: -100;
}
.headline p {
position: absolute;
@ -295,12 +295,14 @@ body {
height: 100%;
margin: 0;
text-align: center;
/*
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
-moz-animation: scroll-left 1s linear infinite;
-webkit-animation: scroll-left 1s linear infinite;
animation: scroll-left 45s linear infinite;
*/
}
.headline a {
color: $white;

Loading…
Cancel
Save