diff --git a/src/styles.scss b/src/styles.scss index b536290..4883d02 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -38,4 +38,18 @@ body { html, body { margin: 0 0; height: 100%; +} + +* { + box-sizing: border-box; +} + +// Utility classes + +.full-width { + width: 100%; +} + +.top-auto { + margin-top: auto; } \ No newline at end of file