diff --git a/css/profile-image.css b/css/profile-image.css
index 06914bb..11af593 100644
--- a/css/profile-image.css
+++ b/css/profile-image.css
@@ -8,7 +8,7 @@
pointer-events: initial;
margin: 0 auto;
- margin-bottom: 90px;
+ margin-bottom: 110px;
position: relative;
flex-flow: column wrap;
diff --git a/css/suggestions.css b/css/suggestions.css
index 16d3826..9817b3e 100644
--- a/css/suggestions.css
+++ b/css/suggestions.css
@@ -50,11 +50,12 @@
height: auto;
- /*Always center horizontally*/
+ /*Always stack and center horizontally*/
/*display: table-cell;*/
/*width: auto;*/
/*text-align: center;*/
+ /*Always stack and center vertically*/
display: inline-flex;
width: 100%;
text-align: center;
@@ -87,11 +88,12 @@
background: var(--base-active-bg);
}
-@media screen and (max-width: 580px) {
+@media screen and (max-height: 650px) {
/*The Li*/
#phrase {
- display: inline-flex !important;
- width: 100% !important;
- text-align: center !important;
+ /*Always stack and center horizontally*/
+ display: table-cell !important;
+ width: auto !important;
+ text-align: center !important;
}
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 40a0742..e3ee6ae 100644
--- a/index.html
+++ b/index.html
@@ -240,6 +240,7 @@
+
@@ -254,6 +255,5 @@
-