ahmedghani commited on
Commit
51d72a7
1 Parent(s): 25efb48

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -0
style.css CHANGED
@@ -1,6 +1,10 @@
1
  body {
2
  padding: 2rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
 
 
 
 
4
  }
5
 
6
  h1 {
@@ -15,6 +19,14 @@ p {
15
  margin-top: 5px;
16
  }
17
 
 
 
 
 
 
 
 
 
18
  .card {
19
  max-width: 620px;
20
  margin: 0 auto;
 
1
  body {
2
  padding: 2rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
+ margin: 0;
5
+ padding: 0;
6
+ height: 100%;
7
+ overflow: hidden;
8
  }
9
 
10
  h1 {
 
19
  margin-top: 5px;
20
  }
21
 
22
+ #content{
23
+ position:absolute;
24
+ left: 0;
25
+ right: 0;
26
+ bottom: 0;
27
+ top: 0px;
28
+ }
29
+
30
  .card {
31
  max-width: 620px;
32
  margin: 0 auto;