Base adjustments
This commit is contained in:
parent
7b8c2055a2
commit
974a9e8df6
4 changed files with 42 additions and 15 deletions
|
@ -51,7 +51,6 @@ html,
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.gh-head-actions a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
@ -72,9 +71,37 @@ html,
|
|||
height: 2rem;
|
||||
}
|
||||
|
||||
/* Post header
|
||||
/* Index
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.post-card {
|
||||
margin: 0 0 4vw;
|
||||
}
|
||||
|
||||
.post-card-link {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.post-card-image {
|
||||
margin-left: 4vw;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
|
||||
/* Post
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.gh-header {
|
||||
padding: 0 0 4vw 0;
|
||||
}
|
||||
|
||||
.gh-title {
|
||||
margin-top: 4vw;
|
||||
}
|
||||
|
||||
.gh-image {
|
||||
grid-column: full-start / full-end;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue