aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.css b/src/app.css
index df8dfd3..0aeac6d 100644
--- a/src/app.css
+++ b/src/app.css
@@ -84,7 +84,7 @@ h1 {
}
#app {
- max-width: 78vh;
+ max-width: 78vh; /* NOTE: Pour ne pas être disproportionné */
margin: 0 auto;
text-align: center;
width: 100vw;