Commit 8158943243c0a02e277d655e7f26c13c195b5280
1 parent
4b044d71
Exists in
master
and in
2 other branches
Responsive login form space
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -267,9 +267,18 @@ | @@ -267,9 +267,18 @@ | ||
267 | text-align: center; | 267 | text-align: center; |
268 | width: auto; | 268 | width: auto; |
269 | } | 269 | } |
270 | + | ||
271 | + .container-fluid { | ||
272 | + padding-left: 10px; | ||
273 | + padding-right: 10px; | ||
274 | + } | ||
270 | } | 275 | } |
271 | @media(max-width:610px){ | 276 | @media(max-width:610px){ |
272 | .outside-title{ | 277 | .outside-title{ |
273 | font-size:1.5em; | 278 | font-size:1.5em; |
274 | } | 279 | } |
280 | + | ||
281 | + .container-fluid { | ||
282 | + padding-left: 10px; | ||
283 | + padding-right: 10px; | ||
275 | } | 284 | } |