This commit is contained in:
Thomas Smith 2023-02-10 19:06:59 -05:00
parent 407525fc0f
commit 0e7a4f87d9
3 changed files with 24 additions and 3 deletions

View file

@ -333,6 +333,16 @@
{{- partial "animation-1.html" . -}}
<section>
<div class="container">
<div class="row">
<div class="col">
<img src="/Images/lg-screen-grid.svg" alt="grid-element">
</div>
</div>
</div>
</section>
<!-- Second -->
<div class="row">
@ -362,6 +372,16 @@
{{- partial "animation-2.html" . -}}
<section>
<div class="container">
<div class="row">
<div class="col">
<img src="/Images/lg-screen-grid.svg" alt="grid-element">
</div>
</div>
</div>
</section>
<!-- Third -->
<div class="row one-box-down">

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5 KiB

View file

@ -4,7 +4,7 @@
position: fixed;
width:100%;
padding: 0px !important;
height: 62px;
height: 52px;
background-color: #1a1a1a !important;
text-transform: uppercase;
border-bottom: 1px solid gray;
@ -13,8 +13,8 @@
/* Drop Verion */
.top-logo{
height: 60px;
width: 60px;
height: 50px;
width: 50px;
margin: 0px !important;
}