diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index 64a78e4..0721f83 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -100,17 +100,20 @@ section { } @media only screen and (max-width: 600px) { + header { font-size: 10px; } #left { width: 96%; } + .vl { visibility: hidden; } - #right { width: 96%; } - section { - width: 100% + #right { + width: 96%; + float: left } + #pdf { width: 100%; } } \ No newline at end of file