logicwong commited on
Commit
83117b1
1 Parent(s): a52d4ad

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -1
style.css CHANGED
@@ -4,8 +4,9 @@ body {
4
  }
5
 
6
  h1 {
7
- font-size: 16px;
8
  margin-top: 0;
 
9
  }
10
 
11
  p {
@@ -26,3 +27,12 @@ p {
26
  .card p:last-child {
27
  margin-bottom: 0;
28
  }
 
 
 
 
 
 
 
 
 
 
4
  }
5
 
6
  h1 {
7
+ font-size: 32px;
8
  margin-top: 0;
9
+ text-align: center;
10
  }
11
 
12
  p {
 
27
  .card p:last-child {
28
  margin-bottom: 0;
29
  }
30
+
31
+ iframe {
32
+ height:90vh;
33
+ width:90vw;
34
+ }
35
+
36
+ img{
37
+ max-width: 100%;
38
+ }