mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-12-06 07:42:22 -05:00
Deployed b6302e3 with MkDocs version: 1.6.1
This commit is contained in:
24
stylesheets/extra.css
Normal file
24
stylesheets/extra.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.md-grid {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
width: auto;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
transition: transform ease-in-out 0.3s;
|
||||
}
|
||||
img:hover {
|
||||
transform: scale(1.025); /* Slightly enlarges on hover */
|
||||
}
|
||||
|
||||
.video-wrapper iframe {
|
||||
width: 100%; /* Ratio 16:9 */
|
||||
height: 600px; /* Ratio 16:9 */
|
||||
border-radius: 10px; /* Rounded Corners */
|
||||
transition: transform ease-in-out 0.3s;
|
||||
}
|
||||
.video-wrapper:hover iframe {
|
||||
transform: scale(1.025); /* Slightly enlarges on hover */
|
||||
}
|
||||
Reference in New Issue
Block a user