File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,24 @@ <h3>{{ event.name }}</h3>
33
33
< br />
34
34
< br />
35
35
{% endfor %}
36
- < div style ="text-align: center; ">
36
+
37
+ < style >
38
+ .responsiveCal {
39
+ position : relative;
40
+ padding-bottom : 75% ;
41
+ height : 0 ;
42
+ overflow : hidden;
43
+ }
44
+ .responsiveCal iframe {
45
+ position : absolute;
46
+ top : 0 ;
47
+ left : 0 ;
48
+ width : 100% ;
49
+ height : 100% ;
50
+ }
51
+ </ style >
52
+
53
+ < div style ="text-align: center; " , class ="responsiveCal ">
37
54
< iframe
38
55
src ="https://calendar.google.com/calendar/b/1/embed?height=600&wkst=1&bgcolor=%23e69138&ctz=America%2FNew_York&src=cml0c2VjY2x1YkBnbWFpbC5jb20&src=ZW4udXNhI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%2322AA99&color=%231F753C&title=RITSEC%20Spring%202020 "
39
56
style ="border:solid 1px #777 "
You can’t perform that action at this time.
0 commit comments