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