Across the board style fixes and simplifications

Plus bump to v3
This commit is contained in:
daudix
2024-06-18 03:19:37 +03:00
parent 58f4e9975e
commit 52e9cbeda0
22 changed files with 332 additions and 311 deletions

View File

@ -1,11 +1,12 @@
section#comments {
#qrcode {
float: right;
box-sizing: content-box;
margin: 3rem 0 0 1rem;
background-color: white;
padding: 12.5px;
width: 150px;
height: 150px;
padding: 0.75rem;
width: 125px;
height: 125px;
body[dir="rtl"] & {
float: left;