More updates

This commit is contained in:
Thomas Smith 2023-02-02 11:41:38 -05:00
parent 39010a7209
commit 8c0c96e2a5
3 changed files with 9 additions and 14 deletions

View file

@ -1,6 +1,6 @@
<nav class="navbar bg-dark navbar-expand-lg navbar-dark sticky-top my-auto main-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"
aria-controls="offcanvasRight" aria-expanded="false" aria-label="Toggle navigation">
MENU

View file

@ -21,7 +21,6 @@
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 2.2vw;
}
.container{
@ -36,7 +35,6 @@
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 2.2vw;
}
.container{
@ -44,10 +42,6 @@
padding: 4.2vw 10vw 4.185vw 10vw !important;
}
.hero-float{
float: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
@ -56,7 +50,6 @@
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 5vw;
}
.container{
@ -71,7 +64,6 @@
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 6.65vw !important;
}
.container{
@ -86,7 +78,6 @@
background-color: #1a1a1a;
max-width: 1920px;
overflow-x: hidden;
margin-top: 5.5vw !important;
}
section{
@ -156,10 +147,6 @@ mark{
height: 4.185vw;
}
.impact-section{
}
.package_before{
background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important;
background-attachment: scroll;

View file

@ -9,8 +9,16 @@
text-transform: uppercase;
}
.top-logo{
height: 60px;
width: 60px;
margin: 0px !important;
}
.navbar-brand{
height: 100%;
margin: 0px !important;
padding: 0px !important;
}
div.container-fluid.top-nav{