Ver código fonte

Fixed text wrapping on long link making mobile viewport confused.

master
Trey Del Bonis 4 anos atrás
pai
commit
25258c82c8
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      www/style.css

+ 4
- 0
www/style.css Ver arquivo

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

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

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

Carregando…
Cancelar
Salvar