Commit fa3c297d0dd65d4212e4cba75b3f000f0e2102ea

Authored by Adabriand Furtado
1 parent 4ebcebbc
Exists in master

Fixes on responsive layout

assets/css/base.css
... ... @@ -405,7 +405,6 @@ img {
405 405 }
406 406  
407 407 .wl-signs-and-ranking-wrapper {
408   - flex: 1;
409 408 position: relative;
410 409 }
411 410  
... ... @@ -452,7 +451,7 @@ img {
452 451 }
453 452  
454 453 .wl-ranking-header-wrapper:first-child {
455   - padding-left: 30px;
  454 + padding-left: 15px;
456 455 }
457 456  
458 457 .wl-ranking-header-wrapper:last-child {
... ... @@ -504,7 +503,7 @@ img {
504 503 }
505 504  
506 505 .wl-rank .position-wrapper {
507   - padding-left: 50px;
  506 + padding-left: 30px;
508 507 }
509 508  
510 509 /* VLibras section */
... ... @@ -514,6 +513,11 @@ img {
514 513 background: #f4f4f4;
515 514 }
516 515  
  516 +#wl-vlibras .wl-section-title {
  517 + position: static;
  518 + margin-top: -20px;
  519 +}
  520 +
517 521 .wl-vlibras-container {
518 522 padding-top: 25px;
519 523 padding-bottom: 60px;
... ... @@ -594,6 +598,11 @@ img {
594 598 }
595 599  
596 600 /* Signs and Ranking */
  601 + .wl-signs-and-ranking-wrapper {
  602 + flex: 1;
  603 + position: relative;
  604 + }
  605 +
597 606 .wl-signs-and-ranking-wrapper .wl-section-title .title {
598 607 width: 100%;
599 608 }
... ... @@ -606,6 +615,14 @@ img {
606 615 padding: 0 15px;
607 616 }
608 617  
  618 + .wl-rank .position-wrapper {
  619 + padding-left: 50px;
  620 + }
  621 +
  622 + .wl-ranking-header-wrapper:first-child {
  623 + padding-left: 30px;
  624 + }
  625 +
609 626 /* VLibras section */
610 627 .wl-vlibras-container {
611 628 padding-top: 50px;
... ...
assets/templates/sections.html
... ... @@ -395,14 +395,12 @@
395 395 <section id="wl-vlibras">
396 396 <div class="container-fluid container">
397 397 <div class="row">
398   - <div class="col-xs-12">
399   - <div class="wl-section-title">
400   - <a href="#wl-vlibras" du-smooth-scroll>
401   - <h2 class="title">
402   - Conheça o VLibras
403   - </h2>
404   - </a>
405   - </div>
  398 + <div class="col-xs-12 wl-section-title">
  399 + <a href="#wl-vlibras" du-smooth-scroll>
  400 + <h2 class="title">
  401 + Conheça o VLibras
  402 + </h2>
  403 + </a>
406 404 </div>
407 405 </div>
408 406 <div class="wl-vlibras-container">
... ...