Skip to content

Commit 22f735e

Browse files
authored
Update index.html
1 parent d3f84c0 commit 22f735e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
132132
background-color: #1e1e1e;
133133
border-radius: 5px;
134134
}
135+
@media (max-width: 768px) {
136+
#modalContent {
137+
width: 90%;
138+
margin: 10% auto;
139+
padding: 15px;
140+
}
135141
</style>
136142
</head>
137143

0 commit comments

Comments
 (0)