Skip to content

Commit b8e2e87

Browse files
committed
feat: Add media query for responsive design
1 parent e2fad83 commit b8e2e87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,4 +2154,10 @@ a.video-thumbnail span:hover {
21542154
.play-button {
21552155
margin-top: 10px;
21562156
}
2157+
}
2158+
2159+
@media (min-width: 480px){
2160+
#new-base-url {
2161+
max-width: 65%;
2162+
}
21572163
}

0 commit comments

Comments
 (0)