diff --git a/css/style.css b/css/style.css index bd166ef..6e0a431 100644 --- a/css/style.css +++ b/css/style.css @@ -30,10 +30,38 @@ table tr.optrow { padding:2px; } +#eadiv { + position: fixed; + top: 105px; + right: 10px; + width: 250px; +} +#searchInput { + width: 80%; +} +@media only screen and (max-width: 1426px) { + + .container { + width: 55em; + } +} +@media only screen and (max-width: 1326px) { + + .container { + width: 40em; + } +} @media only screen and (max-width: 1026px) { + + .container { + width: 30em; + } + + + body { font-size: 130%; } @@ -113,3 +141,16 @@ table tr.optrow { background-color: #333; } } + + +@media only screen and (max-width: 826px) { + + #eadiv { + + display: none; + } + + .container { + width: 30em; + } +} diff --git a/index.html b/index.html index 118fb85..e84f3b6 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,12 @@ + +
+
+