trying diff size for sm-txt - better for larger monitor

This commit is contained in:
2021-02-09 19:37:11 +11:00
parent b168b0c77b
commit a2775baeeb

View File

@@ -14,7 +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 } .sm-txt { font-size: 0.8rem }
</style> </style>
</head> </head>
<body> <body>