Started adding real content

This commit is contained in:
2020-04-24 19:32:25 +02:00
parent cd06ac2dd9
commit 4571ce37b4
4 changed files with 33 additions and 103 deletions

View File

@@ -74,10 +74,6 @@ Colours
#4c82fc - Green
*/
.has-text-primary {
color: #4c82fc !important;
}
.has-mustard-bg {
background-color: #4c82fc;
}
@@ -104,10 +100,6 @@ Colours
}
}
/*
Typography
*/
@import url('https://fonts.googleapis.com/css?family=Calistoga|Open+Sans&display=swap');
h1,
@@ -123,14 +115,6 @@ span {
font-weight: 400;
}
@media(max-width: 767px) {
p {
max-width: 90%;
margin: 0 auto;
}
}
/*
Links
@@ -152,11 +136,11 @@ Links
Wrapper
*/
.section .container,
.hero .hero-body,
.hero .hero-head {
.hero .hero-body {
width: 1200px;
max-width: 100%;
margin: 0 auto;
text-align: center;
}
/*
@@ -187,34 +171,12 @@ Hero
background-position: 80% 50%;
background-repeat: no-repeat;
}
.hero-body p {
width: 600px;
}
}
/*
Button
*/
.btn {
margin-top: 20px;
border-radius: 50px;
border: none;
padding: 10px 30px;
transition: opacity 1s ease;
opacity: 1;
cursor: pointer;
.call-to-action {
margin-top: 2em;
}
.btn:hover {
opacity: 0.8;
}
/*
Twitter Feed
*/
#twitter-feed .columns {
margin: 0px;
}
@media(max-width: 1024px) {
margin: 0px 10px;
}

View File