code
This commit is contained in:
Vendored
+6
@@ -53,6 +53,12 @@ body {
|
||||
.padding_top_14 {
|
||||
padding-top: 14rem; }
|
||||
|
||||
.vh_60 {
|
||||
height: 60vh; }
|
||||
|
||||
.vh-77 {
|
||||
height: 77vh; }
|
||||
|
||||
.vh-85 {
|
||||
height: 85vh; }
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -19,7 +19,7 @@
|
||||
<div id="navbar-head"></div>
|
||||
<!-- end-navbar -->
|
||||
|
||||
<div class="container vh-85 text-white ">
|
||||
<div class="container vh-77 text-white ">
|
||||
<div class="row h-100">
|
||||
<div class="col-sm-4 padding_top_14 ">
|
||||
<h1 class="banner_heading_4">Anwi XCreate</h1>
|
||||
|
||||
@@ -33,6 +33,14 @@
|
||||
|
||||
// heights
|
||||
|
||||
.vh_60{
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
.vh-77{
|
||||
height: 77vh;
|
||||
}
|
||||
|
||||
.vh-85 {
|
||||
height: 85vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user