fix mobile ui for scroll #6

Merged
PeterSurda merged 1 commits from cis-muzahid/Bitcoin_educational_videos:ui into master 2022-03-01 06:28:22 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit 635963f74a - Show all commits

View File

@ -134,12 +134,20 @@
} }
} }
@media (max-width: 778px) { @media (max-width: 767px) {
.container { .container {
-ms-grid-columns: 1fr; -ms-grid-columns: 1fr;
grid-template-columns: 1fr; grid-template-columns: 1fr;
padding: 10px; padding: 10px;
} }
.container .video-list {
background: white;
border-radius: 5px;
height: 100VH;
overflow-y: auto;
padding-bottom: 75vh;
}
} }
/*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map */
.vid img{ .vid img{