* fix: #2668 Page Vertical Spacing Issues * Update test to reflect mobile work * chore: refactor action buttons --------- Co-authored-by: thisProjects <wibbet@wobbet.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
.outerContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@include screen(tablet) {
|
||||
height: 430px;
|
||||
}
|
||||
|
||||
@include screen (mobile) {
|
||||
height: 280px;
|
||||
}
|
||||
}
|
||||
|
||||
.innerContainer {
|
||||
@@ -11,6 +20,7 @@
|
||||
flex-direction: column;
|
||||
margin: 3rem auto;
|
||||
padding: 2.4em;
|
||||
color: var(--color-owncast-palette-3);
|
||||
|
||||
@include screen(tablet) {
|
||||
font-size: 1.2rem;
|
||||
|
||||
Reference in New Issue
Block a user