mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
Package before formatting
This commit is contained in:
parent
047d5fd431
commit
9b1cf00594
2 changed files with 6 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
||||||
|
|
||||||
<!-- Package Section: Before -->
|
<!-- Package Section: Before -->
|
||||||
|
|
||||||
<section>
|
<section class="black-bg">
|
||||||
<div class="container">
|
<div class="container package_before">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h2>package section</h2>
|
<h2>package section</h2>
|
||||||
|
|
|
@ -227,6 +227,10 @@ hr{
|
||||||
top:200px;
|
top:200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.package_before{
|
||||||
|
margin-bottom: 225px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Package Display Section */
|
/* Package Display Section */
|
||||||
|
|
Loading…
Reference in a new issue