Skip to content

Commit 68ce55e

Browse files
committed
style: update breakpoint to 1034px and align mobile layout padding
1 parent e2d8c64 commit 68ce55e

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ footer {
535535
}
536536

537537
/* Responsive */
538-
@media (max-width: 1024px) {
538+
@media (max-width: 1034px) {
539539
.content-wrapper {
540540
grid-template-columns: 1fr;
541541
}
@@ -555,6 +555,7 @@ footer {
555555
padding: 0.75rem;
556556
}
557557

558+
.nav-link ion-icon,
558559
.nav-link svg {
559560
margin-right: 0;
560561
}
@@ -606,6 +607,14 @@ footer {
606607
width: 100%;
607608
justify-content: center;
608609
}
610+
611+
.features-grid {
612+
padding: 0 1rem 3rem;
613+
}
614+
615+
footer {
616+
padding: 2rem 1rem;
617+
}
609618
}
610619

611620
/* Documentation Content Styles (Scoped to Markdown Body) */
@@ -1061,7 +1070,6 @@ footer {
10611070
}
10621071

10631072
.blink {
1064-
display: inline-block;
10651073
width: 8px;
10661074
height: 1.2em;
10671075
background: #00ff00;
@@ -1100,7 +1108,6 @@ footer {
11001108
min-height: 200px;
11011109
max-height: 60vh; /* Use viewport height unit for better fit */
11021110
/* Ensure scrollbar doesn't overlap text awkwardly */
1103-
scrollbar-width: thin;
11041111
}
11051112
}
11061113

index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</ul>
6666

6767
<div class="sidebar-footer">
68-
<p style="font-size: 0.8rem; color: #64748b;">&copy; 2026 tinystruct.org</p>
68+
<p style="font-size: 0.8rem; color: #64748b;">&copy; 2026 James ZHOU</p>
6969
</div>
7070
</aside>
7171

@@ -241,7 +241,7 @@ <h4>Zero Configuration</h4>
241241
<footer>
242242
<div class="footer-content">
243243
<p>Released under the Apache License 2.0</p>
244-
<p>&copy; 2026 James ZHOU. All rights reserved.</p>
244+
<p>&copy; 2026 tinystruct.org. All rights reserved.</p>
245245
</div>
246246
</footer>
247247

@@ -441,10 +441,8 @@ <h4>Zero Configuration</h4>
441441
" open \tStart a default browser to open the specific URL",
442442
" say \tOutput words",
443443
" set \tSet system property",
444-
" sql-execute \tExecutes the given SQL statement, which ",
445-
" \tmay be an INSERT, UPDATE, DELETE, or DDL statement",
446-
" sql-query \tExecutes the given SQL statement, which ",
447-
" \treturns a single ResultSet object",
444+
" sql-execute \tExecutes the given SQL statement, which may be an INSERT, UPDATE, DELETE, or DDL statement",
445+
" sql-query \tExecutes the given SQL statement, which returns a single ResultSet object",
448446
" update \tUpdate for the latest version",
449447
" ",
450448
"Options:",

0 commit comments

Comments
 (0)