updated styling of button components and news cards

This commit is contained in:
mrjvs 2018-11-18 15:08:40 +01:00
parent b4003858c2
commit 513d508440
3 changed files with 11 additions and 3 deletions

View File

@ -159,7 +159,7 @@ section.bigCardWrapper .bigCard {
color: #707070;
}
section.bigCardWrapper .bigCard.lessPadding {
padding: 5vw;
padding: 4vw 5vw;
}
section.bigCardWrapper .bigCard.bigCardPartWrapper {
display: flex;
@ -189,6 +189,11 @@ section.bigCardWrapper .bigCard.bigCardPartWrapper {
}
/* components - buttons */
a.btn, a.btn-alt,
a.btn:focus, a.btn-alt:focus,
a.btn:hover, a.btn-alt:hover {
text-decoration: none;
}
button, .btn, .btn-alt {
margin: 0;
padding: 0;

View File

@ -1,6 +1,6 @@
/* news cards */
.smallCard {
padding: 20px;
padding: 2em;
border: 1px solid rgb(165, 165, 165);
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
@ -13,4 +13,7 @@
.smallCard h3 {
font-size: 1.5em;
margin: 0;
}
.smallCard a {
display: inline-block;
}

View File

@ -10,7 +10,7 @@
<div class="contentWrapper bgLinesSmall">
<div class="bgExtrude"></div>
<section class="bigCardWrapper">
<div class="bigCard">
<div class="bigCard lessPadding">
<p class="txt-highlight">Litteral fuck ton</p>
<h1 class="txt-title">All updates</h1><!--
{{#each posts }}