mobile hackery

This commit is contained in:
Ginger Wong
2020-06-15 15:45:55 -07:00
parent 08d20a1096
commit 4497cc86c2
6 changed files with 60 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
--right-col-width: 24em;
--header-bg-color: rgba(20,0,40,1);
--vh: 1vh;
}
body {
@@ -170,9 +171,11 @@ header h1 {
padding: .5em 2em;
text-align: center;
font-size: .7em;
min-height: 3em; /*ios safari hack*/
flex-direction: row;
justify-content: space-between;
}
#user-content {
@@ -273,7 +276,10 @@ header h1 {
}
}
@media screen and (max-width: 640px ) and (orientation: portrait) {
/* ************************************************8 */
@media screen and (max-width: 640px ) {
#main-content-container {
flex-direction: column;
justify-content: space-between;