1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

Ajoute un message lorsque JavaScript est désactivé

This commit is contained in:
Antoine
2016-04-26 22:26:35 +02:00
parent 55c3725cf7
commit a523d15a44
2 changed files with 8 additions and 0 deletions

View File

@@ -373,6 +373,10 @@ a.btn:active {
* GENERAL
* -----------------------------------------------------------------------------
*/
noscript p {
margin: 10px 0;
text-align: center;
}
#app {
width: 90%;
margin: auto;