Commit 0770923ed4a608faf9ef7830cea8a0813d4c6c41

Authored by Filipe Medeiros
1 parent c78f213e

Responsive text guideline

amadeus/static/css/base/amadeus_responsive.css
... ... @@ -272,6 +272,10 @@
272 272 padding-left: 10px;
273 273 padding-right: 10px;
274 274 }
  275 +
  276 + p{
  277 + margin: 10px;
  278 + }
275 279 }
276 280 @media(max-width:610px){
277 281 .outside-title{
... ... @@ -281,4 +285,9 @@
281 285 .container-fluid {
282 286 padding-left: 10px;
283 287 padding-right: 10px;
  288 + }
  289 +
  290 + p{
  291 + margin: 10px;
  292 + }
284 293 }
... ...