vsmov-holy/resources/assets/css/custom.css
2026-05-20 11:47:28 +07:00

49 lines
781 B
CSS

a {
color: #969696;
}
.box-comment {
margin-top: 10px;
}
#pembed {
margin-top: 20vh;
width: 100%;
max-width: 1280px;
height: auto;
padding-right: 0px;
padding-left: 0px;
}
#pembed iframe {
width: 100%;
height: 240px;
}
@media only screen and (min-width: 600px) {
#pembed iframe {
height: 480px;
}
}
@media only screen and (min-width: 768px) {
#pembed iframe {
height: 713px;
}
.dropdown-menu {
width: 400px;
margin-left: -320px;
}
.dropdown-menu .dropdown-item {
width: 32.33%;
display: inline-block !important;
position: static !important;
margin: 0 !important;
border: none !important;
box-shadow: none !important;
}
}