Skip to content

Commit a5d565e

Browse files
Adjust logo sizing: reduce README icon to 150px and add sidebar CSS
- Reduce README logo width from 200px to 150px for better proportion - Add custom CSS to limit Sphinx sidebar logo to 60% width Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7442d91 commit a5d565e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
<img src="docs/_static/icon.png" alt="PyAthena logo" width="200">
5+
<img src="docs/_static/icon.png" alt="PyAthena logo" width="150">
66

77
| | |
88
| --- | --- |

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ table.docutils td {
44
text-align: left !important;
55
}
66

7+
/* Limit sidebar logo size */
8+
img.sidebar-logo {
9+
max-width: 60% !important;
10+
margin: 0 auto !important;
11+
}
12+
713
/* Align table itself to the left */
814
table.docutils {
915
margin-left: 0;

0 commit comments

Comments
 (0)