Update style.css
Browse files
style.css
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
-
/* Custom styles for the app */
|
| 2 |
body {
|
| 3 |
font-family: 'Arial', sans-serif;
|
| 4 |
background-color: #f4f7fb;
|
| 5 |
color: #333;
|
| 6 |
padding-top: 20px;
|
| 7 |
-
padding-bottom: 20px;
|
| 8 |
}
|
| 9 |
|
| 10 |
#app {
|
| 11 |
-
width: 100%;
|
| 12 |
max-width: 600px;
|
| 13 |
margin: 0 auto;
|
| 14 |
}
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
font-family: 'Arial', sans-serif;
|
| 3 |
background-color: #f4f7fb;
|
| 4 |
color: #333;
|
| 5 |
padding-top: 20px;
|
|
|
|
| 6 |
}
|
| 7 |
|
| 8 |
#app {
|
|
|
|
| 9 |
max-width: 600px;
|
| 10 |
margin: 0 auto;
|
| 11 |
}
|