diff options
author | terminaldweller <thabogre@gmail.com> | 2022-09-13 17:32:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-09-13 17:32:12 +0000 |
commit | 68e3be1f591e40925b4c5c3f57aee8d4e260ebbf (patch) | |
tree | f07a55bbb82c23c688d104ff24d61084f5f5b72b /stylus | |
parent | updates (diff) | |
download | scripts-68e3be1f591e40925b4c5c3f57aee8d4e260ebbf.tar.gz scripts-68e3be1f591e40925b4c5c3f57aee8d4e260ebbf.zip |
update
Diffstat (limited to 'stylus')
-rw-r--r-- | stylus/vagrantlibvirt_wide.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stylus/vagrantlibvirt_wide.css b/stylus/vagrantlibvirt_wide.css new file mode 100644 index 0000000..f755e9c --- /dev/null +++ b/stylus/vagrantlibvirt_wide.css @@ -0,0 +1,12 @@ +@-moz-document domain("vagrant-libvirt.github.io") { + #top { + max-width: 75%; + width: 75%; + margin: auto; + } + + .side-bar { + max-width: 13%; + width: 13%; + } +} |