aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/common/utils.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/css/common/utils.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/common/utils.css b/assets/css/common/utils.css
new file mode 100644
index 0000000..6f00df3
--- /dev/null
+++ b/assets/css/common/utils.css
@@ -0,0 +1,7 @@
+/* Utility classes to prevent blocks from expanding unreasonably. */
+.wide-enough {
+ max-width: 400px;
+}
+.wider {
+ max-width: 600px;
+}