Backnd layout footer greeting improved positioning for mobile devices

This commit is contained in:
Alex Tselegidis 2020-09-03 14:25:53 +03:00
parent a86722d9c5
commit 126a3ee3ef
1 changed files with 7 additions and 2 deletions

View File

@ -85,8 +85,6 @@ root {
#footer #footer-user-display-name { #footer #footer-user-display-name {
display: inline-block; display: inline-block;
float: right;
text-align: right;
padding: 10px 15px; padding: 10px 15px;
font-weight: bold; font-weight: bold;
} }
@ -210,6 +208,13 @@ body legend {
color: #666; color: #666;
} }
@media (min-width: 768px) {
#footer #footer-user-display-name {
float: right;
text-align: right;
}
}
/* BACKEND COMPONENTS /* BACKEND COMPONENTS
-------------------------------------------------------------------- */ -------------------------------------------------------------------- */