Commit baa20b7 1 parent ef18861 commit baa20b7 Copy full SHA for baa20b7
File tree 2 files changed +16
-1
lines changed
assets/stylesheets/tailwindcss
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 3
3
display : none;
4
4
}
5
5
}
6
+
7
+ # next-event-widget {
8
+ width : 100% ;
9
+ height : 210px ;
10
+ overflow : hidden;
11
+ }
12
+
13
+ @media (max-width : 800px ) {
14
+ # next-event-widget {
15
+ height : 450px !important ;
16
+ }
17
+ }
Original file line number Diff line number Diff line change 20
20
</ div >
21
21
</ div >
22
22
</ div >
23
+ < div class ="mt-20 sm:mt-20 ">
24
+ < iframe id ="next-event-widget " src ="https://events.api.tampa.dev/widget/next-event?groups=tampadevs " frameborder ="0 " scrolling ="no "> </ iframe >
25
+ </ div >
23
26
</ div >
24
27
25
- < div class ="max-w-5xl mx-auto mt-24 sm:mt-32 ">
28
+ < div class ="max-w-5xl mx-auto mt-20 sm:mt-20 ">
26
29
< div class ="pb-5 px-4 lg:px-0 sm:flex sm:items-center sm:justify-between ">
27
30
< h2 class ="text-lg leading-6 font-medium text-blue-900 ">
28
31
<%= t ( ".developers_heading" ) %>
You can’t perform that action at this time.
0 commit comments