Browse Source

Corrigindo responsividade

master
Henrique Caetano 3 years ago
parent
commit
101b1a0fb0
7 changed files with 4 additions and 9 deletions
  1. BIN
      .extincoes.css.swp
  2. BIN
      css/.extincoes.css.swo
  3. BIN
      css/.extincoes.css.swp
  4. BIN
      css/.parques-naturais.css.swo
  5. BIN
      css/.parques-naturais.css.swp
  6. +1
    -4
      css/extincoes.css
  7. +3
    -5
      css/parques-naturais.css

BIN
.extincoes.css.swp View File


BIN
css/.extincoes.css.swo View File


BIN
css/.extincoes.css.swp View File


BIN
css/.parques-naturais.css.swo View File


BIN
css/.parques-naturais.css.swp View File


+ 1
- 4
css/extincoes.css View File

@ -28,12 +28,10 @@ footer {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 50px; margin-top: 50px;
min-width: 700px;
} }
.table-content table { .table-content table {
width: 50vw;
min-width: 600px;
min-width: 700px;
background-color: rgb(250, 250, 250); background-color: rgb(250, 250, 250);
} }
@ -69,7 +67,6 @@ footer {
@media (max-width: 350px) { @media (max-width: 350px) {
.table-content table { .table-content table {
width: 95vw; width: 95vw;
min-width: 0;
} }
} }


+ 3
- 5
css/parques-naturais.css View File

@ -26,13 +26,11 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-top: 80px; margin-top: 80px;
min-width: 700px;
min-height: 585px; min-height: 585px;
} }
.table-content table { .table-content table {
width: 50vw;
min-width: 600px;
min-width: 700px;
background-color: rgb(250, 250, 250); background-color: rgb(250, 250, 250);
} }
@ -69,7 +67,7 @@
} }
.table-content table { .table-content table {
min-width: 220px;
min-width: 0;
width: 90vw; width: 90vw;
} }
} }
@ -94,4 +92,4 @@
font-size: 9.8vw; font-size: 9.8vw;
} }
} }

Loading…
Cancel
Save