mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Backnd layout footer greeting improved positioning for mobile devices
This commit is contained in:
parent
a86722d9c5
commit
126a3ee3ef
1 changed files with 7 additions and 2 deletions
|
@ -85,8 +85,6 @@ root {
|
|||
|
||||
#footer #footer-user-display-name {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
text-align: right;
|
||||
padding: 10px 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -210,6 +208,13 @@ body legend {
|
|||
color: #666;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#footer #footer-user-display-name {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
/* BACKEND COMPONENTS
|
||||
-------------------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue