Commit 1bbce1684da62c3b0b55b6cec6005a8d6aa5a3f4

Authored by Gustavo Lopes
2 parents df101f5e 81589432

Merge branch 'refactoring' of https://github.com/amadeusproject/amadeuslms into refactoring

amadeus/static/css/base/amadeus_responsive.css
... ... @@ -267,9 +267,18 @@
267 267 text-align: center;
268 268 width: auto;
269 269 }
  270 +
  271 + .container-fluid {
  272 + padding-left: 10px;
  273 + padding-right: 10px;
  274 + }
270 275 }
271 276 @media(max-width:610px){
272 277 .outside-title{
273 278 font-size:1.5em;
274 279 }
  280 +
  281 + .container-fluid {
  282 + padding-left: 10px;
  283 + padding-right: 10px;
275 284 }
... ...