Skip to content

Commit 4fe16a1

Browse files
VanshVansh
Vansh
authored and
Vansh
committed
end screen responsivity fix
1 parent ab92dbe commit 4fe16a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ body{
156156
height: 100%;
157157
background-image: url("assets/background.jpg");
158158
z-index: 10; /* Ensure it's above other elements */
159-
margin: 0 5rem;
159+
margin: 0 1rem;
160160
}
161161

162162
.popup {
@@ -182,7 +182,7 @@ body{
182182

183183
.popup button {
184184
padding: 10px 20px;
185-
margin: 0 10px;
185+
margin: 10px 10px;
186186
background-color: #007bff;
187187
color: #fff;
188188
border: none;

0 commit comments

Comments
 (0)