+@media (min-width: 800px) {
+ body {
+ margin-left: 20%;
+ width: max(500px, 50%);
+ padding: 5em;
+ }
+ body > *:first-child { /* nav bar */
+ margin-bottom: 4em;
+ }
+}
+
table, th, td {
border: 1px solid black;
padding: 6px 10px 6px 10px;
border-collapse: collapse;
}
+/*
+tr:nth-child(even) {
+ background-color: #f0f0ff;
+}
+*/
+
table {
width: 100%;
}
}
li {
- margin-top: 4px 0 4px 0;
+ margin: 8px 0 8px 0;
+ overflow: auto;
}