Upload styles.css
Browse files- static/styles.css +2 -1
static/styles.css
CHANGED
|
@@ -28,7 +28,7 @@ em{font-style:normal;color:var(--red);}
|
|
| 28 |
.section{min-height:100vh;display:flex;flex-direction:column;}
|
| 29 |
|
| 30 |
/* ===== LANDING ===== */
|
| 31 |
-
.landing{align-items:center;justify-content:center;padding:3rem 2rem;}
|
| 32 |
.landing-grid{
|
| 33 |
width:100%;max-width:1180px;
|
| 34 |
display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;
|
|
@@ -269,6 +269,7 @@ input[type=range]::-moz-range-thumb{
|
|
| 269 |
.toast.show{opacity:1;transform:translateX(-50%) translateY(0);}
|
| 270 |
|
| 271 |
@media(max-width:860px){
|
|
|
|
| 272 |
.landing-grid{grid-template-columns:1fr;gap:2.5rem;}
|
| 273 |
.landing-right{display:none;}
|
| 274 |
.compose{grid-template-columns:1fr;}
|
|
|
|
| 28 |
.section{min-height:100vh;display:flex;flex-direction:column;}
|
| 29 |
|
| 30 |
/* ===== LANDING ===== */
|
| 31 |
+
.landing{align-items:center;justify-content:center;padding:3rem 2rem;height:100vh;overflow:hidden;}
|
| 32 |
.landing-grid{
|
| 33 |
width:100%;max-width:1180px;
|
| 34 |
display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;
|
|
|
|
| 269 |
.toast.show{opacity:1;transform:translateX(-50%) translateY(0);}
|
| 270 |
|
| 271 |
@media(max-width:860px){
|
| 272 |
+
.landing{height:auto;min-height:100vh;overflow:hidden;}
|
| 273 |
.landing-grid{grid-template-columns:1fr;gap:2.5rem;}
|
| 274 |
.landing-right{display:none;}
|
| 275 |
.compose{grid-template-columns:1fr;}
|