More landing paging
This commit is contained in:
@@ -16,7 +16,7 @@ cursive;
|
||||
// $green: #007932; // hsl(141, 53%, 53%);
|
||||
// $footer-background-color: $light;
|
||||
|
||||
$blue: #4c82fc;
|
||||
$blue: #2535f5;
|
||||
$primary: $blue;
|
||||
|
||||
$text: $grey-dark;
|
||||
@@ -41,7 +41,6 @@ $light: #fff;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 30px 60px 50px;
|
||||
|
||||
&>h1 {
|
||||
margin-bottom: 40px;
|
||||
@@ -137,7 +136,6 @@ Wrapper
|
||||
*/
|
||||
.section .container,
|
||||
.hero .hero-body {
|
||||
width: 1200px;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
@@ -207,13 +205,6 @@ Features
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.column {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-flow: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.column h3,
|
||||
.column p {
|
||||
align-self: center;
|
||||
|
||||
Reference in New Issue
Block a user