fix: make bottom visible on smaller screens
This commit is contained in:
@@ -27,7 +27,7 @@ h3 {
|
|||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
height: 90%;
|
height: 88%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: grey;
|
background-color: grey;
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ h3 {
|
|||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
border: none;
|
border: none;
|
||||||
height: 90%;
|
height: 88%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user