mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
improve layout
This commit is contained in:
@ -29,6 +29,11 @@
|
||||
@media (min-width: $on-tablet) {
|
||||
padding: .25em 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1em;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.post-link__title + .post-link__excerpt {
|
||||
@ -41,9 +46,11 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
* > {
|
||||
text-align: center;
|
||||
> * {
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
padding: 1em 0;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user