fix(styles): implement flex layout for body element

This commit is contained in:
Sergey Krashevich
2024-04-09 09:32:59 +03:00
parent 4ddadc08cb
commit 51e20497ac

View File

@@ -9,6 +9,13 @@
<style> <style>
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
table tbody td { table tbody td {
font-size: 13px; font-size: 13px;
} }