Update static/style.css
Browse files- static/style.css +2 -2
static/style.css
CHANGED
|
@@ -8,7 +8,7 @@ body {
|
|
| 8 |
}
|
| 9 |
|
| 10 |
.container {
|
| 11 |
-
max-width:
|
| 12 |
margin: 50px auto;
|
| 13 |
background-color: #fff;
|
| 14 |
padding: 20px;
|
|
@@ -30,7 +30,7 @@ body {
|
|
| 30 |
/* display: flex;
|
| 31 |
justify-content: flex-end;
|
| 32 |
align-items: center; */
|
| 33 |
-
width:
|
| 34 |
/* flex-direction: column; */
|
| 35 |
margin-right: auto;
|
| 36 |
}
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
.container {
|
| 11 |
+
max-width: 45%;
|
| 12 |
margin: 50px auto;
|
| 13 |
background-color: #fff;
|
| 14 |
padding: 20px;
|
|
|
|
| 30 |
/* display: flex;
|
| 31 |
justify-content: flex-end;
|
| 32 |
align-items: center; */
|
| 33 |
+
width: 45%;
|
| 34 |
/* flex-direction: column; */
|
| 35 |
margin-right: auto;
|
| 36 |
}
|