1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Remove default padding from body for consistent layout

This commit is contained in:
codecalm
2025-03-26 23:27:49 +01:00
parent ffdf712f8a
commit 137e5be8f2
+1
View File
@@ -7,6 +7,7 @@ body {
position: relative;
min-height: 100%;
height: 100%;
padding: 0 !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;