let there be tags, or not

This commit is contained in:
semanticdata 2023-11-22 18:09:24 -06:00
parent fc3f9ee91c
commit 03eafa336d

View File

@ -11,7 +11,7 @@ li.section-li {
& > .section {
display: grid;
grid-template-columns: 6em 3fr 1fr;
// grid-template-columns: 6em 3fr 1fr;
@media all and (max-width: $mobileBreakpoint) {
& > .tags {
@ -33,7 +33,7 @@ li.section-li {
// modifications in popover context
.popover .section {
grid-template-columns: 6em 1fr !important;
// grid-template-columns: 6em 1fr !important;
& > .tags {
display: none;
}