ahmadshalloufuhh commited on
Commit
e0fc7db
·
verified ·
1 Parent(s): e25bc8b

Update src/styles.css

Browse files
Files changed (1) hide show
  1. src/styles.css +3 -1
src/styles.css CHANGED
@@ -2,7 +2,9 @@
2
 
3
  html, body { height: 100%; }
4
  body {
5
- margin: 10%;
 
 
6
  font-family: Roboto, "Helvetica Neue", sans-serif;
7
  font-size: 15px;
8
  }
 
2
 
3
  html, body { height: 100%; }
4
  body {
5
+ margin-left: 10%;
6
+ margin-right: 10%;
7
+ margin: 1%
8
  font-family: Roboto, "Helvetica Neue", sans-serif;
9
  font-size: 15px;
10
  }