-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
120 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,79 @@ | ||
|
||
.card { | ||
max-width: 60rem; | ||
margin: auto; | ||
display: flex; | ||
flex-wrap: wrap; | ||
background-color: #fff; | ||
border-radius: inherit; | ||
box-shadow: 0 2px 15px 2px #c1c1c17a; | ||
color: #828282; | ||
overflow: hidden; | ||
} | ||
|
||
.active { | ||
border: 2px solid var(--button-primary-color); | ||
|
||
.content { | ||
flex: 1; | ||
padding: 1em 1em 0em 1em; | ||
} | ||
.content > header { | ||
color: black; | ||
font-size: larger; | ||
padding-bottom: .5em; | ||
} | ||
.content > p { | ||
flex: 1 1 100%; | ||
margin: 0; | ||
font-size: medium; | ||
} | ||
|
||
.summary { | ||
.card > a, | ||
.card > footer a { | ||
color: inherit; | ||
text-decoration: none; | ||
} | ||
|
||
.card > footer { | ||
padding: 0 1em; | ||
font-size: small; | ||
display: flex; | ||
flex-direction: row; | ||
overflow: initial !important; | ||
align-items: center; | ||
border-radius: inherit; | ||
width: 100%; | ||
} | ||
.card > footer time { | ||
flex: 1 1 auto; | ||
} | ||
.card > footer > a:after { | ||
content: "•"; | ||
padding: 0 .5em; | ||
} | ||
.summary > * { | ||
max-height: 240px; | ||
.card > footer > a > i { | ||
font-size: inherit; | ||
font-variant: initial; | ||
padding-left: .2em; | ||
vertical-align: bottom; | ||
} | ||
|
||
.illustration { | ||
width: 320px; | ||
.active { | ||
border: 2px solid var(--button-primary-color); | ||
} | ||
|
||
.illustration > img { | ||
object-fit: cover; | ||
max-height: inherit; | ||
width: inherit; | ||
align-self: center; | ||
border-radius: inherit; | ||
max-width: 100%; | ||
} | ||
|
||
.summary > p { | ||
flex-grow: 1; | ||
padding: 1em; | ||
margin: 0; | ||
overflow: auto; | ||
.broken { | ||
display: none; | ||
} | ||
|
||
@media (max-width: 640px) { | ||
.summary { | ||
flex-direction: column; | ||
@media (min-width: 767px) { | ||
.illustration > { | ||
display: flex; | ||
} | ||
|
||
.illustration { | ||
width: 100%; | ||
.illustration > img { | ||
max-width: 320px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
width: auto; | ||
color: black; | ||
font-weight: 400; | ||
font-size: 14px; | ||
font-size: initial; | ||
} | ||
|
||
.nav ul { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters