Spaces:
Runtime error
Runtime error
Changed the container max-width in css file
Browse files- css/style.css +1 -1
css/style.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
.container {
|
2 |
-
max-width:
|
3 |
margin: auto;
|
4 |
}
|
5 |
|
|
|
1 |
.container {
|
2 |
+
max-width: 90%;
|
3 |
margin: auto;
|
4 |
}
|
5 |
|