Commit 4b044d7110ac20a79db4e2eff82a440a8e7631b0

Authored by Gustavo Lopes
1 parent 382f5edf

Adjusting css for login and forget password amadeus logo size

amadeus/static/css/base/amadeus_responsive.css
... ... @@ -261,6 +261,12 @@
261 261 .outside-title{
262 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 271 @media(max-width:610px){
266 272 .outside-title{
... ...