mirror of
https://github.com/ivabus/www
synced 2024-11-13 04:45:15 +03:00
More updates
This commit is contained in:
parent
39010a7209
commit
8c0c96e2a5
|
@ -1,6 +1,6 @@
|
||||||
<nav class="navbar bg-dark navbar-expand-lg navbar-dark sticky-top my-auto main-nav">
|
<nav class="navbar bg-dark navbar-expand-lg navbar-dark sticky-top my-auto main-nav">
|
||||||
<div class="container-fluid top-nav">
|
<div class="container-fluid top-nav">
|
||||||
<a class="navbar-brand" href="/"><img class="nav-logo" src="/Images/tea-logo-2.svg"></a>
|
<a class="navbar-brand" href="/"><img src="/Images/tea-logo-1.png" class="top-logo" alt="top-logo"></a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight"
|
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight"
|
||||||
aria-controls="offcanvasRight" aria-expanded="false" aria-label="Toggle navigation">
|
aria-controls="offcanvasRight" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
MENU
|
MENU
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin-top: 2.2vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
@ -36,7 +35,6 @@
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin-top: 2.2vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
@ -44,10 +42,6 @@
|
||||||
padding: 4.2vw 10vw 4.185vw 10vw !important;
|
padding: 4.2vw 10vw 4.185vw 10vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-float{
|
|
||||||
float: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
@ -56,7 +50,6 @@
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin-top: 5vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
@ -71,7 +64,6 @@
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin-top: 6.65vw !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
|
@ -86,7 +78,6 @@
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
max-width: 1920px;
|
max-width: 1920px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
margin-top: 5.5vw !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section{
|
section{
|
||||||
|
@ -156,10 +147,6 @@ mark{
|
||||||
height: 4.185vw;
|
height: 4.185vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.impact-section{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.package_before{
|
.package_before{
|
||||||
background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important;
|
background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
|
|
|
@ -9,8 +9,16 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-logo{
|
||||||
|
height: 60px;
|
||||||
|
width: 60px;
|
||||||
|
margin: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-brand{
|
.navbar-brand{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin: 0px !important;
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.container-fluid.top-nav{
|
div.container-fluid.top-nav{
|
||||||
|
|
Loading…
Reference in a new issue