Ron Au commited on
Commit
75e2e80
1 Parent(s): 973e33c

feat(responsive): Tweak smaller views

Browse files
Files changed (1) hide show
  1. static/style.css +10 -2
static/style.css CHANGED
@@ -62,8 +62,12 @@ main {
62
  padding: 3rem 0;
63
  }
64
 
65
- .output .scene {
66
- margin: -5rem 2rem 2rem;
 
 
 
 
67
  }
68
 
69
  .scene .booster {
@@ -79,6 +83,10 @@ main {
79
  html {
80
  height: auto;
81
  }
 
 
 
 
82
  }
83
 
84
  @media (max-width: 1024px) {
 
62
  padding: 3rem 0;
63
  }
64
 
65
+ main > section {
66
+ width: 90%;
67
+ }
68
+
69
+ main > section.info h1 {
70
+ font-size: 2.5rem;
71
  }
72
 
73
  .scene .booster {
 
83
  html {
84
  height: auto;
85
  }
86
+
87
+ .output .scene {
88
+ margin-top: -4rem ;
89
+ }
90
  }
91
 
92
  @media (max-width: 1024px) {