update
This commit is contained in:
@ -13,7 +13,6 @@ if (!data || code !== 0) {
|
||||
return Astro.redirect('/404');
|
||||
}
|
||||
|
||||
console.log(data)
|
||||
---
|
||||
<Layout>
|
||||
<div class="site-content">
|
||||
|
@ -307,11 +307,6 @@ if (!data || code !== 0) {
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.news-container {
|
||||
grid-template-columns: 1fr;
|
||||
margin-top: -1rem;
|
||||
}
|
||||
|
||||
.news-sidebar {
|
||||
position: static;
|
||||
}
|
||||
|
Reference in New Issue
Block a user