1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 22:53:00 +02:00

specify width more directly

This commit is contained in:
Nick Sweeting
2020-11-23 04:26:04 -05:00
parent 3fd04e4cc9
commit 2431202dff

View File

@@ -1,5 +1,5 @@
@import "{{ site.theme }}"; @import "{{ site.theme }}";
.shell { div.shell {
width: 80%; width: 80%;
} }