More landing paging

This commit is contained in:
2020-04-24 20:22:15 +02:00
parent 4571ce37b4
commit 74df22eb5b
2 changed files with 113 additions and 166 deletions

View File

@@ -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;