diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/layouts.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/layouts.css b/css/layouts.css new file mode 100644 index 0000000..5994303 --- /dev/null +++ b/css/layouts.css @@ -0,0 +1,6 @@ +.fullscreen { + width: 100%; + height: 100vh; + max-width: 100%; + max-height: 100vh; +} |
