diff --git a/.DS_Store b/.DS_Store
index 4fb107f..f7a9c5d 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/04/index.html b/04/index.html
index 3c4c674..d2115c3 100644
--- a/04/index.html
+++ b/04/index.html
@@ -1,6 +1,7 @@
+
A bed, a chair and a table – Special Issue 4
@@ -106,7 +107,6 @@ margin-bottom: 50px;
overflow: scroll;
-
}
#infocontainer::-webkit-scrollbar {
display: none;
@@ -153,7 +153,61 @@ left:-80%;
width:260%;
height: 250vh;
}
+@media screen and (max-width: 980px) {
+
+ #infocontainer .flowtext{
+
+ column-count: 2;
+
+
+ }
+
+}
+
+@media screen and (max-width: 680px) {
+ h1{
+ margin-top: 10px;
+ font-family: LibreBaskerville-Regular,serif;
+ font-size: 65px;
+ text-transform:uppercase;
+ font-weight: normal;
+ letter-spacing: 15px;
+ }
+ h2{
+ font-family: LibreBaskerville-Regular,serif;
+ font-size: 20px;
+ font-weight: normal;
+ margin-top: -40px;
+ }
+ #infocontainer{
+ cursor: move;
+ position: fixed;
+ margin-top: 4%;
+ margin-left: 4%;
+ width:85%;
+ height:auto;
+ background: black;
+ overflow: scroll;
+
+
+ }
+ #containment-wrapper{
+ position: fixed;
+ top:-200vh;
+ left:-200%;
+ width:500%;
+ height: 500vh;
+ }
+ #infocontainer .flowtext{
+
+ column-count: 1;
+
+
+ }
+
+
+}