Browse Source

Padding sur le main

Sangfroid 1 month ago
parent
commit
a822095ffe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      assets/styles/app.css

+ 3 - 3
assets/styles/app.css

@@ -96,12 +96,12 @@ main {
   max-width: 900px;
   background-color: rgb(255, 255, 255);
   color: #37474F;
-  padding: 0 30px;
+  padding: 0 50px;
   border-radius: 15px;
   min-height: 70vh;
   transition: all 0.2s ease;
-  padding-top: 20px;
-  padding-bottom: 20px;
+  padding-top: 30px;
+  padding-bottom: 30px;
   line-height: 1.54;
   font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
 }