diff --git a/styles/mobile-styles.css b/styles/mobile-styles.css index d01cd3c..1e5f372 100644 --- a/styles/mobile-styles.css +++ b/styles/mobile-styles.css @@ -18,7 +18,7 @@ #overlay-me { text-align: center; - z-index: 0; + z-index: 999; max-height: 90vh; padding: 10px; margin-top: 10px; diff --git a/styles/style.css b/styles/style.css index f69ce23..b7ddd66 100644 --- a/styles/style.css +++ b/styles/style.css @@ -42,6 +42,11 @@ button, position: relative; } +/*beta*/ +.container { + margin-bottom: 10%; +} + .name { font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; color: bisque;