Add Posture Checks to docs (#250)

* Add Posture Checks to docs

* Fix Posture Checks images path

* merge documentation into current posture checks docs

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
Damaso Sanoja
2024-12-22 16:07:08 -04:00
committed by GitHub
parent b7b3c5266d
commit 3a82125af5
25 changed files with 109 additions and 96 deletions

View File

@@ -70,6 +70,24 @@
border-radius: 4px;
}
.videowrapperadjusted {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 30%;
padding-top: 25px;
height: 0;
}
.videowrapperadjusted iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 4px;
}
.Toastify__close-button {
color: var(--toastify-text-color-light) !important;
}