mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
46 lines
669 B
CSS
46 lines
669 B
CSS
.info {
|
|
font-weight: bold;
|
|
color: #f0a400;
|
|
}
|
|
.stars {
|
|
color: #f0a400;
|
|
}
|
|
|
|
.embed-responsive iframe {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.embed-responsive {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
|
|
}
|
|
.slideshow-container {
|
|
position: relative;
|
|
width: 100%;
|
|
margin: auto;
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.container {
|
|
|
|
background-color: none;
|
|
margin-bottom: 50px;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.coverart{
|
|
object-fit: contain;
|
|
height: auto;
|
|
width: 240px;
|
|
} |