tweaking of some shortcodes and adding osm

This commit is contained in:
Chris Cochrun 2022-11-01 17:26:46 -05:00
parent 35425157b0
commit 309a419d50
7 changed files with 32 additions and 12 deletions

View file

@ -1679,6 +1679,20 @@ select {
height: 16rem;
}
.h-px {
height: 1px;
}
.h-max {
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
}
.h-32 {
height: 8rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}
@ -3687,6 +3701,14 @@ body:has(#menu-controller:checked) {
height: 14rem;
}
.md\:h-64 {
height: 16rem;
}
.md\:h-72 {
height: 18rem;
}
.md\:w-1\/3 {
width: 33.333333%;
}