File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,6 +167,12 @@ p.minutes-help {
167167 font-weight : bold;
168168}
169169
170+ # sponsor-footer {
171+ display : flex;
172+ flex-direction : row;
173+ gap : 40px ;
174+ }
175+
170176/* Media queries for small screens (mobile) */
171177@media screen and (max-width : 960px ) {
172178 div # container {width : 100% }
@@ -203,6 +209,9 @@ p.minutes-help {
203209 nav # large {display : none;}
204210 nav # small {display : inline-block;}
205211 header { padding : 0px 0px 20px 0px ; }
212+
213+ /* Allow sponsor sentences to wrap better on smaller displays */
214+ # sponsor-footer h2 { display : inline; }
206215}
207216@media screen and (max-width : 390px ) {
208217 header # uni {width : 100% ;text-align : center;margin-bottom : 12px ;}
Original file line number Diff line number Diff line change 9494 <div id =" stupid-end-marker" ></div >
9595 </div >
9696
97- <footer >
98- <h2 >Sponsored by</h2 >
99- <a href =" //www.bytemark.co.uk/r/hacksoc" title =" Bytemark Hosting" >
100- <img id =" bm" src =" /static/images/bytemark.png" alt =" Bytemark Hosting" >
101- </a >
97+ <footer id =" sponsor-footer" >
98+ <div >
99+ <h2 >Sponsored by</h2 >
100+ <a href =" //www.bytemark.co.uk/r/hacksoc" title =" Bytemark Hosting" >
101+ <img id =" bm" src =" /static/images/bytemark.png" alt =" Bytemark Hosting" >
102+ </a >
103+ </div >
104+
105+ <div >
106+ <h2 >Sponsored by</h2 >
107+ <a href =" https://github.com/Taneb" >Taneb</a >
108+ </div >
102109 </footer >
103110 </body >
104111</html >
You can’t perform that action at this time.
0 commit comments