summaryrefslogtreecommitdiff
path: root/share/web_surfaces/index/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/web_surfaces/index/main.css')
-rw-r--r--share/web_surfaces/index/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/web_surfaces/index/main.css b/share/web_surfaces/index/main.css
index 5129f8ddd5..3dff44ab57 100644
--- a/share/web_surfaces/index/main.css
+++ b/share/web_surfaces/index/main.css
@@ -76,6 +76,12 @@ h2 {
list-style-type: none;
}
+@media screen and (max-width: 320px) {
+ .surface-list > ul {
+ padding: 0;
+ }
+}
+
.surface-list > ul > li {
margin: 4ex 0;
}
@@ -89,4 +95,5 @@ h2 {
font-family: Monaco, monospace;
font-size: 0.9em;
color: #444;
+ word-wrap: break-word;
}