Commit 4b044d7110ac20a79db4e2eff82a440a8e7631b0
1 parent
382f5edf
Exists in
master
and in
2 other branches
Adjusting css for login and forget password amadeus logo size
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -261,6 +261,12 @@ | @@ -261,6 +261,12 @@ | ||
261 | .outside-title{ | 261 | .outside-title{ |
262 | font-size:1.5em; | 262 | font-size:1.5em; |
263 | } | 263 | } |
264 | + .logo-register, .logo-login{ | ||
265 | + max-width: 100px; | ||
266 | + height: auto; | ||
267 | + text-align: center; | ||
268 | + width: auto; | ||
269 | + } | ||
264 | } | 270 | } |
265 | @media(max-width:610px){ | 271 | @media(max-width:610px){ |
266 | .outside-title{ | 272 | .outside-title{ |