Commit fa3c297d0dd65d4212e4cba75b3f000f0e2102ea
1 parent
4ebcebbc
Exists in
master
Fixes on responsive layout
Showing
2 changed files
with
26 additions
and
11 deletions
Show diff stats
assets/css/base.css
@@ -405,7 +405,6 @@ img { | @@ -405,7 +405,6 @@ img { | ||
405 | } | 405 | } |
406 | 406 | ||
407 | .wl-signs-and-ranking-wrapper { | 407 | .wl-signs-and-ranking-wrapper { |
408 | - flex: 1; | ||
409 | position: relative; | 408 | position: relative; |
410 | } | 409 | } |
411 | 410 | ||
@@ -452,7 +451,7 @@ img { | @@ -452,7 +451,7 @@ img { | ||
452 | } | 451 | } |
453 | 452 | ||
454 | .wl-ranking-header-wrapper:first-child { | 453 | .wl-ranking-header-wrapper:first-child { |
455 | - padding-left: 30px; | 454 | + padding-left: 15px; |
456 | } | 455 | } |
457 | 456 | ||
458 | .wl-ranking-header-wrapper:last-child { | 457 | .wl-ranking-header-wrapper:last-child { |
@@ -504,7 +503,7 @@ img { | @@ -504,7 +503,7 @@ img { | ||
504 | } | 503 | } |
505 | 504 | ||
506 | .wl-rank .position-wrapper { | 505 | .wl-rank .position-wrapper { |
507 | - padding-left: 50px; | 506 | + padding-left: 30px; |
508 | } | 507 | } |
509 | 508 | ||
510 | /* VLibras section */ | 509 | /* VLibras section */ |
@@ -514,6 +513,11 @@ img { | @@ -514,6 +513,11 @@ img { | ||
514 | background: #f4f4f4; | 513 | background: #f4f4f4; |
515 | } | 514 | } |
516 | 515 | ||
516 | +#wl-vlibras .wl-section-title { | ||
517 | + position: static; | ||
518 | + margin-top: -20px; | ||
519 | +} | ||
520 | + | ||
517 | .wl-vlibras-container { | 521 | .wl-vlibras-container { |
518 | padding-top: 25px; | 522 | padding-top: 25px; |
519 | padding-bottom: 60px; | 523 | padding-bottom: 60px; |
@@ -594,6 +598,11 @@ img { | @@ -594,6 +598,11 @@ img { | ||
594 | } | 598 | } |
595 | 599 | ||
596 | /* Signs and Ranking */ | 600 | /* Signs and Ranking */ |
601 | + .wl-signs-and-ranking-wrapper { | ||
602 | + flex: 1; | ||
603 | + position: relative; | ||
604 | + } | ||
605 | + | ||
597 | .wl-signs-and-ranking-wrapper .wl-section-title .title { | 606 | .wl-signs-and-ranking-wrapper .wl-section-title .title { |
598 | width: 100%; | 607 | width: 100%; |
599 | } | 608 | } |
@@ -606,6 +615,14 @@ img { | @@ -606,6 +615,14 @@ img { | ||
606 | padding: 0 15px; | 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 | /* VLibras section */ | 626 | /* VLibras section */ |
610 | .wl-vlibras-container { | 627 | .wl-vlibras-container { |
611 | padding-top: 50px; | 628 | padding-top: 50px; |
assets/templates/sections.html
@@ -395,14 +395,12 @@ | @@ -395,14 +395,12 @@ | ||
395 | <section id="wl-vlibras"> | 395 | <section id="wl-vlibras"> |
396 | <div class="container-fluid container"> | 396 | <div class="container-fluid container"> |
397 | <div class="row"> | 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 | </div> | 404 | </div> |
407 | </div> | 405 | </div> |
408 | <div class="wl-vlibras-container"> | 406 | <div class="wl-vlibras-container"> |