diff --git a/09/miniwebsite/index.html b/09/miniwebsite/index.html index 2b2300f..d39be80 100644 --- a/09/miniwebsite/index.html +++ b/09/miniwebsite/index.html @@ -10,31 +10,18 @@ --> -
+

The Library Is Open

Special Issue 09

-

Piet Zwart Institute

-

+

Piet Zwart Institute

+ +


+ -
+ +

+
-
-
- -
+
+ +
+
+ +
+
+ + +
+
+ diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index fb32b49..4ae03e1 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -75,13 +75,6 @@ article { } - - - - - - - @media only screen and (max-width: 600px) { header { font-size: 13px; @@ -91,4 +84,8 @@ article { width: 100%; margin: auto; } + + article { + width: 100% + } } \ No newline at end of file