more spacing tweak

This commit is contained in:
Your Name 2023-05-21 10:04:21 -04:00 committed by Henri Dickson
parent a60c51d9d1
commit 8d49ff4bf2

View file

@ -17,10 +17,6 @@
font-size: 75%;
}
main>div {
margin-bottom: 2.5rem;
}
main>div>section {
margin-bottom: 2.5rem;
}
@ -84,19 +80,29 @@
display: inline;
}
#item-cover,
#item-primary-action,
#item-primary-mark {
margin: 2rem 0;
}
@media (min-width: 769px) {
#item-cover {
clear: both;
}
#item-cover,
#item-primary-action,
#item-primary-mark {
margin-top: 2rem;
}
}
@media (max-width: 768px) {
#item-cover {
margin: 1rem 0;
}
#item-primary-action,
#item-primary-mark {
margin-bottom: 1rem 0;
}
#item-title {
order: -5;
display: flex;