mobile updates

This commit is contained in:
2019-03-27 15:02:43 +01:00
parent 54a79d01a3
commit 87b6c4662b

View File

@@ -19,6 +19,7 @@
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background-color: #fafaf3;
} }
.main { .main {
max-width: 600px; max-width: 600px;
@@ -78,11 +79,6 @@
.definition .addendum { .definition .addendum {
font-size: 16px; font-size: 16px;
} }
@media(max-device-width: 700px) {
body {
font-size: 36px;
}
}
@media(max-width: 700px) { @media(max-width: 700px) {
.broken-up { .broken-up {
display: block; display: block;
@@ -90,6 +86,12 @@
.broken-up li { .broken-up li {
list-style: circle; list-style: circle;
} }
.main h1 {
font-size: 20px;
}
.main ul {
padding: 0;
}
} }
</style> </style>
<title>Veit Heller—Technologist at Large</title> <title>Veit Heller—Technologist at Large</title>