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