diff --git a/epicyon-profile.css b/epicyon-profile.css index ae2a96178..477237d27 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -704,7 +704,7 @@ input[type=submit] { cursor: pointer; font-size: var(--font-size-header); font-family: Arial, Helvetica, sans-serif; - width: 8ch; + width: 10ch; } .loginButton { @@ -1454,7 +1454,8 @@ div.container { cursor: pointer; font-size: var(--font-size); font-family: Arial, Helvetica, sans-serif; - width: 20%; + width: 10ch; + float: right; } .question { font-size: var(--font-size); @@ -2094,7 +2095,8 @@ div.container { cursor: pointer; font-size: var(--font-size3); font-family: Arial, Helvetica, sans-serif; - width: 20%; + width: 10ch; + float: right; } .question { font-size: var(--font-size3);