Skip to content

Commit 7851d8b

Browse files
authored
Mobile?
1 parent 8f87f55 commit 7851d8b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

main.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,14 @@ imgpink {
172172
margin-bottom: 10px;
173173
margin-left: auto;
174174
margin-right: auto;
175-
}
175+
}
176+
177+
@media only screen and (max-width: 768px) {
178+
/* For mobile phones thank cyber */
179+
.card {
180+
flex-direction: column;
181+
width: 100%;
182+
padding: 0;
183+
}
184+
}
185+

0 commit comments

Comments
 (0)