Larger cards on larger screens
This commit is contained in:
parent
bde0da3538
commit
76a51be6ba
3 changed files with 10 additions and 3 deletions
|
|
@ -11135,7 +11135,6 @@ a.card-project:hover {
|
|||
|
||||
.card-initiative {
|
||||
padding: 0.5em;
|
||||
max-width: 30em;
|
||||
color: #FFFFFF;
|
||||
background-color: #0D1E34;
|
||||
box-shadow: none;
|
||||
|
|
@ -11166,6 +11165,11 @@ a.card-project:hover {
|
|||
font-family: "Anonymous Pro", "Andale Mono", AndaleMono, monospace;
|
||||
font-size: 0.88rem;
|
||||
}
|
||||
@media (width > 1500px) {
|
||||
.card-initiative .card-content .subtitle {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
a.card-initiative:hover {
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -221,7 +221,7 @@ a.card-project {
|
|||
// Initiative
|
||||
.card-initiative {
|
||||
padding: 0.5em;
|
||||
max-width: 30em;
|
||||
// max-width: 30em;
|
||||
color: $white;
|
||||
background-color: $dark;
|
||||
box-shadow: none;
|
||||
|
|
@ -254,6 +254,9 @@ a.card-project {
|
|||
color: inherit;
|
||||
font-family: $family-monospace;
|
||||
font-size: $size-6;
|
||||
@media (width > 1500px) {
|
||||
font-size: $size-5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue