diff --git a/index.html b/index.html
index c4562e1..c7d0961 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
The servers are down. The Streaming has stopped.
The cloud is gone.
Welcome to a Video Store After the End of the World.
-A Video Store After the End of the World is an analogue video store, not a nostalgic but alternative infrastructure set in an imaginary retro-future when cloud networks having ceased to exist. The world that has ended here is the world as a coherent narrative and cultural imaginary in a time of complex ecological disaster. The store becomes a temporary infrastructure that gathers materials into an evolving archive of practices within computation that resist the extractivist spatio-temporal regime of the cloud, with a focus on collaboratively maintained and de-scaled services of transversal and trans★feminist activists, artists and designers.
+A Video Store After the End of the World is an analogue video store, not a nostalgic but an alternative infrastructure set in an imaginary retro-future when cloud networks have ceased to exist. The world that has ended here is the world as a coherent narrative and cultural imaginary in a time of complex ecological disaster. The store becomes a temporary infrastructure that gathers materials into an evolving archive of practices within computation that resist the extractivist spatio-temporal regime of the cloud, with a focus on collaboratively maintained and de-scaled services of transversal and trans★feminist activists, artists and designers.
Activities
_ 8th of March 2023: Counter Cloud Action Day
@@ -54,6 +54,17 @@ font-family: "Freesans", sans-serif;
}
a {
color: blue;
+ @media only screen and (max-width: 875px) {
+ body {
+ width: 100%;
+ padding-left: 0;
+ }
+ p, h1, h2, h3, h4 {
+ padding: 1rem;
+ }
+ li {
+ padding-left: 0;
+ }
}