This commit is contained in:
File diff suppressed because one or more lines are too long
1
my-blog/static/assets/comment-atproto-BNv2pGK8.css
Normal file
1
my-blog/static/assets/comment-atproto-BNv2pGK8.css
Normal file
File diff suppressed because one or more lines are too long
125
my-blog/static/assets/comment-atproto-t3YMNO1o.js
Normal file
125
my-blog/static/assets/comment-atproto-t3YMNO1o.js
Normal file
File diff suppressed because one or more lines are too long
@ -79,7 +79,7 @@ a.view-markdown:any-link {
|
||||
}
|
||||
|
||||
.header-content {
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
@ -163,7 +163,7 @@ a.view-markdown:any-link {
|
||||
}
|
||||
|
||||
.ask-ai-content {
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@ -193,13 +193,13 @@ a.view-markdown:any-link {
|
||||
/* Main Content */
|
||||
.main-content {
|
||||
grid-area: main;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
padding: 24px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
@media (max-width: 1000px) {
|
||||
.main-content {
|
||||
padding: 24px 0;
|
||||
}
|
||||
@ -321,7 +321,7 @@ a.view-markdown:any-link {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 240px;
|
||||
gap: 40px;
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
<!-- OAuth Comment System - Load globally for session management -->
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-B2XW69gE.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-ZAg-o4pg.css">
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-5XY8iSu2.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-BNv2pGK8.css">
|
Reference in New Issue
Block a user