mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-03 08:30:44 -05:00
updated styling of button components and news cards
This commit is contained in:
parent
b4003858c2
commit
513d508440
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user