officialWebsite/src/style.css

6 lines
93 B
CSS
Raw Normal View History

2025-02-19 03:52:29 +00:00
*{
box-sizing: border-box;
}
2025-02-27 04:00:56 +00:00
.n-drawer-body-content-wrapper{
padding: 0 !important;
}