completed mobile layout
This commit is contained in:
@@ -47,7 +47,7 @@ main {
|
||||
}
|
||||
|
||||
#pitch-bar {
|
||||
height: 30vh;
|
||||
min-height: 30vh;
|
||||
background-color: var(--dark-bg);
|
||||
color: var(--light-text);
|
||||
}
|
||||
@@ -64,12 +64,20 @@ main {
|
||||
background-color: var(--dark-bg);
|
||||
}
|
||||
|
||||
.hanging-card {
|
||||
min-height: 30vh;
|
||||
position: relative;
|
||||
top: 10vh;
|
||||
@media only screen and (min-width: 768px) {
|
||||
.hanging-card {
|
||||
min-height: 30vh;
|
||||
position: relative;
|
||||
top: 10vh;
|
||||
}
|
||||
|
||||
/* Push Down 15vh */
|
||||
.pd-15 {
|
||||
margin-top: 15vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#pitch {
|
||||
background-image: linear-gradient(135deg, #c90051, #194bd3);
|
||||
}
|
||||
@@ -89,11 +97,6 @@ img {
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
/* Push Down 15vh */
|
||||
.pd-15 {
|
||||
margin-top: 15vh;
|
||||
}
|
||||
|
||||
.left-bar {
|
||||
border-left-width: 0.4em;
|
||||
border-left-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user