forked from buzzert/smartbar
cleanup/namespacing
This commit is contained in:
@@ -13,6 +13,13 @@ html, body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.page-base {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Use border-box sizing everywhere to keep dimensions predictable */
|
||||
html { box-sizing: border-box; }
|
||||
*, *::before, *::after { box-sizing: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user