mobile updates
This commit is contained in:
12
index.html
12
index.html
@@ -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>
|
||||||
|
Reference in New Issue
Block a user