Need a way to tag a blockstart tag as short.

master
Zed A. Shaw 1 year ago
parent d60045e472
commit f55098eb4b
  1. 10
      public/blockstart/blockstart.css

@ -40,6 +40,12 @@ blockstart {
min-height: 100%;
}
blockstart.short {
height: unset;
height: unset;
min-height: unset;
}
blockstart * {
font-size: 1.1em;
}
@ -238,3 +244,7 @@ button {
button:hover {
filter: brightness(90%);
}
[style*="--aspect-ratio"] {
aspect-ratio: var(--aspect-ratio);
}

Loading…
Cancel
Save