source: frontend/src/index.css@ 09e02d7

Last change on this file since 09e02d7 was 09e02d7, checked in by Nikola Sarafimov <sarafimov.nikola12345@…>, 3 days ago

Final room reservation system implementation

  • Property mode set to 100644
File size: 103 bytes
Line 
1html,
2body,
3#root {
4 height: 100%;
5 min-height: 100%;
6 margin: 0;
7}
8
9* {
10 box-sizing: border-box;
11}
Note: See TracBrowser for help on using the repository browser.