mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:15:06 +03:00
Added packages page
This commit is contained in:
parent
8a8e6a1544
commit
6f0557e91b
3 changed files with 8 additions and 7 deletions
7
src/content/packages.md
Normal file
7
src/content/packages.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Package Vault"
|
||||
Description: "Browse our packages"
|
||||
layout: "packages"
|
||||
menu: main
|
||||
weight: 1
|
||||
---
|
|
@ -1,7 +1,5 @@
|
|||
{{ define "main" }}
|
||||
|
||||
|
||||
|
||||
<!-- Package Grid -->
|
||||
|
||||
<!-- Desktop/Tablet Package Display -->
|
||||
|
@ -11,7 +9,7 @@
|
|||
</span>
|
||||
|
||||
<!-- Mobile Package Display -->
|
||||
<!-- dont remove, it is not completely useless there is a ui bug i couldnt figure out
|
||||
<!-- dont remove, it is not completely useless there is a ui bug i couldnt figure out
|
||||
the only solution is to keep it here. sorry - neil
|
||||
-->
|
||||
<span class="swiper-package-display">
|
||||
|
|
|
@ -45,10 +45,6 @@ h5{
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.lead{
|
||||
background-color: none !important;
|
||||
}
|
||||
|
||||
p{
|
||||
font-family: "sono", sans-serif;
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Reference in a new issue