mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-18 19:10:22 -04:00
Fixed merge issues
This commit is contained in:
commit
1173bac59a
|
@ -1,3 +1,4 @@
|
|||
<<<<<<< HEAD
|
||||
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500';
|
||||
@import 'https://fonts.googleapis.com/css?family=Josefin+Slab:700';
|
||||
@import 'https://fonts.googleapis.com/css?family=Arapey:400,600';
|
||||
|
@ -864,3 +865,23 @@ hr {
|
|||
}
|
||||
|
||||
/*# sourceMappingURL=css/index.css.map */
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
nav {
|
||||
transform: translateY(-70px);
|
||||
z-index: 10;
|
||||
animation: nav-slide 0.75s ease-in-out forwards;
|
||||
animation-delay: 1s;
|
||||
}
|
||||
|
||||
@keyframes nav-slide {
|
||||
0% {
|
||||
transform: translateY(-70px);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateY(0px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user