diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index 3289259..9796229 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -116,4 +116,9 @@ section { #pdf { width: 96%; } +} + +@media only screen and (max-height: 805px) { + + .vl { height: : 700px; } } \ No newline at end of file