diff options
Diffstat (limited to 'frontend/src/views/App.scss')
-rw-r--r-- | frontend/src/views/App.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/frontend/src/views/App.scss b/frontend/src/views/App.scss deleted file mode 100644 index 87661c3..0000000 --- a/frontend/src/views/App.scss +++ /dev/null @@ -1,16 +0,0 @@ - -.main { - display: flex; - flex-direction: column; - height: 100vh; - - .main-content { - overflow: hidden; - flex: 1 1; - } - - .main-header, - .main-footer { - flex: 0 0; - } -} |