Commit
·
4dc9a77
1
Parent(s):
99f9af3
fixed zoom
Browse files- static/css/styles.css +1 -0
static/css/styles.css
CHANGED
@@ -2,6 +2,7 @@ body {
|
|
2 |
font-family: Arial, Helvetica, sans-serif;
|
3 |
background-color: #f2f2f2;
|
4 |
padding: 20px;
|
|
|
5 |
}
|
6 |
|
7 |
.container {
|
|
|
2 |
font-family: Arial, Helvetica, sans-serif;
|
3 |
background-color: #f2f2f2;
|
4 |
padding: 20px;
|
5 |
+
zoom: 1.5;
|
6 |
}
|
7 |
|
8 |
.container {
|