/config/last
+/index.html
/spaceweather.wav
/spaceweather.mp3
/media/graph*
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spaceweather</title>
<link rel="stylesheet" type="text/css" href="./styles.css" />
</head>
body > div {
padding: 5px 20%;
}
+
+.right {
+ display: inline-block;
+ width: 49%;
+}
+.left {
+ display: inline-block;
+ vertical-align: top;
+ width: 49%;
+}
+
+@media only screen and (max-width: 1000px) {
+ body > div {
+ padding: 5px 100px;
+ }
+ .right, .left {
+ display: block;
+ width: 100%;
+ }
+}
+
+@media only screen and (max-width: 700px) {
+ body > div {
+ padding: 5px 40px;
+ }
+}
+
.header {
background-color: var(--darkgray);
color: white;
color: white;
}
-.right {
- display: inline-block;
- width: 49%;
-}
-.left {
- display: inline-block;
- vertical-align: top;
- width: 49%;
-}
-
.navigation > p {
display: inline-block;
height: 20px;
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spaceweather</title>
<link rel="stylesheet" type="text/css" href="./styles.css" />
</head>