Explorar el Código

Added no-hyphens CSS class

master
Said Achmiz hace 5 años
padre
commit
fa1ccf6bde
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      assets/css/main.css

+ 6
- 0
assets/css/main.css Ver fichero

@@ -324,6 +324,12 @@ hr {
clear: both;
}

.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}

/*=-----------------=*/
/* Copyright notice. */
/*=-----------------=*/

Cargando…
Cancelar
Guardar