Robert speciality are: Python, Polish, Java and German.
He is the 8th wonders of the world.
In his spare time, he does stuff...
@@ -287,7 +287,7 @@ Core Developer
-
@@ -348,11 +348,10 @@ Matt is our core developer. He is our one man band and our chef.
+
Matt is our core developer. He is our one man band and our chef.
His speciality are Ruby on Rails and Java. He likes to play Table Tennis.
Food Inspector
Our Sponsors
-
-
+
diff --git a/stylesheet/sponsors.css b/stylesheet/sponsors.css
index 32d7084..98ac93c 100644
--- a/stylesheet/sponsors.css
+++ b/stylesheet/sponsors.css
@@ -5,14 +5,23 @@
#sponsors-inner {
display: grid;
- grid-template-columns: 1fr 1fr;
- grid-auto-flow: column;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ grid-template-rows: auto;
}
#sponsors-inner > div {
padding: 1em;
+ text-align: center;
}
-div > img {
- height: 250px;
+#sponsors-logo > img {
+ width: 100%;
+ max-width: 400px;
+ height: auto;
+}
+
+#sponsors > button {
+ display: block;
+ margin: auto;
+ margin-top: 30px;
}
+
-
-
+
@@ -384,7 +383,7 @@