diff --git a/scripts/style.css b/scripts/style.css index d40604f..df51a21 100644 --- a/scripts/style.css +++ b/scripts/style.css @@ -911,8 +911,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after { margin-bottom: 0; } } - -@media only screen and (max-width: 375px) { +@media (375px <= width <= 1024px) { .header-nav .title { font-size: 1rem; } @@ -955,6 +954,10 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after { .footer-wrap { font-size: 0.75rem; } + table { + overflow: auto; + display: block; + } table td, table th { display: block; text-align: left !important; @@ -962,9 +965,9 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after { table td + td, table th + th { padding-top: 0 !important; } -} - -@media (min-width: 768px) { + table td:first-child { + white-space: initial; + } .home-card { grid-template-columns: repeat(4,minmax(0,1fr)); } @@ -974,4 +977,4 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after { .tooltip:hover .tooltiptext { display: inline-block; } -} +} \ No newline at end of file