mirror of
https://github.com/ivabus/www
synced 2024-11-10 15:05:16 +03:00
Updated logo file SVG > PNG
This commit is contained in:
parent
4c2e2db804
commit
fcee7aa2c0
|
@ -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-1.png"></a>
|
||||
<a class="navbar-brand" href="#"><img class="nav-logo" src="/Images/tea-logo-2.svg"></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
|
||||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span>
|
||||
|
|
1
src/static/Images/tea-logo-1.svg
Normal file
1
src/static/Images/tea-logo-1.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 710 KiB |
1
src/static/Images/tea-logo-2.svg
Normal file
1
src/static/Images/tea-logo-2.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5 KiB |
|
@ -117,25 +117,24 @@ hr{
|
|||
|
||||
}
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-attachment: fixed;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.hero-bottom{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-attachment: fixed;
|
||||
background-position: center-top;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-attachment: fixed;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.hero-bottom{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-attachment: fixed;
|
||||
background-position: center-top;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
.impact-section{
|
||||
background-image: url("/Images/impact-section-grid.svg");
|
||||
|
|
Loading…
Reference in a new issue