Skip to content

Commit 99232a5

Browse files
committed
Fix screenshot overflow on mobile
1 parent 1337c0f commit 99232a5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

assets/css/style.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
--ThemeColor: var(--IndexColor);
4848

49-
--VeryDarkGray: rgb(40, 40, 41);
49+
--VeryDarkGray: rgb(40, 40, 42);
5050
--DarkGray: rgb(68, 68, 72);
5151
--VeryLightGray: rgb(254, 254, 254);
5252

@@ -1146,10 +1146,7 @@ table, th, td {
11461146
.section-screenshots img {
11471147
padding-top: 50px;
11481148
display: block;
1149-
width: 960px;
1150-
height: auto;
1151-
left: 0;
1152-
right: 0;
1149+
max-width: 64%;
11531150
margin: auto;
11541151
}
11551152

0 commit comments

Comments
 (0)