|
|
@ -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; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|