txt height modifier style for shrinking title bar text

This commit is contained in:
2021-02-07 20:43:34 +11:00
parent 941890c55f
commit ca7064dd92

View File

@@ -14,6 +14,7 @@
{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/wtf.html" as wtf %}
<style> <style>
.highlight { box-shadow: 0 0 7px 4px #5bc0de } .highlight { box-shadow: 0 0 7px 4px #5bc0de }
.sm-txt { font-size: 0.5rem }
</style> </style>
</head> </head>
<body> <body>