RESPONSIVE FIX on toolbar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a8e094a185
commit
9a0ca6ce59
|
|
@ -1,10 +1,14 @@
|
||||||
.post-grid {
|
.post-grid {
|
||||||
&__toolbar {
|
&__toolbar {
|
||||||
/* @apply flex flex-col md:grid md:grid-cols-2 gap-4 md:items-center justify-between pb-12; */
|
/* @apply flex flex-col md:grid md:grid-cols-2 gap-4 md:items-center justify-between pb-12; */
|
||||||
@apply pb-12 grid gap-8 gap-y-8 items-end;
|
@apply pb-12 flex flex-col md:grid gap-8 gap-y-5 md:gap-y-8 md:items-end;
|
||||||
|
max-width: 100%;
|
||||||
|
@apply grid-cols-1;
|
||||||
|
@screen md {
|
||||||
grid-template-columns: max-content 1fr;
|
grid-template-columns: max-content 1fr;
|
||||||
|
}
|
||||||
.post-count {
|
.post-count {
|
||||||
@apply flex items-end gap-2 col-span-1;
|
@apply flex items-end gap-2 col-span-1 pt-6 md:pt-0;
|
||||||
|
|
||||||
&__count {
|
&__count {
|
||||||
@apply font-normal uppercase fjalla;
|
@apply font-normal uppercase fjalla;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user