Browse Source

Fixed text wrapping on long link making mobile viewport confused.

master
Trey Del Bonis 4 years ago
parent
commit
25258c82c8
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      www/style.css

+ 4
- 0
www/style.css View File

@@ -28,6 +28,10 @@ a:hover {
max-width: 48em;
}

#faq a {
overflow-wrap: break-word;
}

#footer {
margin-left: auto;
margin-right: auto;

Loading…
Cancel
Save