everylayout/cover.css

26 lines
342 B
CSS
Raw Normal View History

2021-03-28 21:39:22 -04:00
/*===========*/
/* The Cover */
/*===========*/
.cover {
--space: var(--s1);
display: flex;
flex-direction: column;
min-height: 100vh;
padding: var(--space);
}
.cover > * {
margin-top: 1rem;
margin-bottom: 1rem;
}
.cover > :first-child:not(h1) {
margin-top: 0;
}
.cover > h1 {
margin-top: auto;
margin-bottom: auto;
}