Tweak theme

This commit is contained in:
Joseph Hutchinson
2018-04-13 15:54:34 -04:00
parent d0243c2c33
commit 1d8c79c119

View File

@@ -193,7 +193,6 @@ tr:nth-child(even) td {
footer {
padding: 2em 0;
margin: 2em 0 0 0;
background-color: white;
}
/* Medium devices (tablets, ~641px and up) */
@@ -201,6 +200,9 @@ footer {
body {
font-size: 1.125rem;
}
.list-header {
margin: 5em 0;
}
.card-container{
max-width: 42em;
}
@@ -211,13 +213,19 @@ footer {
flex-direction: row;
align-items: stretch;
}
.card-active {
transform: scale(0.97);
}
.card-img {
border-radius: 0.2em 0 0 0.2em;
margin: 0 0.5em 0 0;
margin: 0;
max-height: unset;
height: 100%;
width: 15em;
}
.card-body {
padding: 1em 1.5em;
}
}
/* Large devices (desktops, ~1025px and up) */
@@ -225,9 +233,6 @@ footer {
.post-title {
font-size: 2.5em;
}
.card-active {
transform: scale(0.97);
}
.card-container{
}