diff options
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 792f1f6..97d1f73 100644 --- a/assets/css/main.css +++ b/assets/css/main.css | |||
@@ -1,3 +1,7 @@ | |||
1 | :fullscreen { | ||
2 | color: blue; | ||
3 | } | ||
4 | |||
1 | body { | 5 | body { |
2 | min-height: 100vh; | 6 | min-height: 100vh; |
3 | } | 7 | } |
@@ -71,4 +75,4 @@ footer { | |||
71 | text-transform: uppercase; | 75 | text-transform: uppercase; |
72 | font-weight: 600; | 76 | font-weight: 600; |
73 | } | 77 | } |
74 | 78 | \ No newline at end of file | |