File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ <h1 class="text-brown-500 mb-4 fs-1">CÓDIGO DE CONDUTA</h1>
128128 O Código de Conduta acima foi baseado na versão desenvolvida pela Python Brasil & APyB (Associação Python Brasil) -
129129 < a class ="link-dark " href ="https://python.org.br/cdc/ "> Código de Conduta da Python Brasil</ a >
130130 </ quoteblock >
131-
132131 </ div >
133132 </ article >
134133
@@ -190,7 +189,7 @@ <h1 class="modal-title fs-5" id="cdc-form-label">CÓDIGO DE CONDUTA</h1>
190189 </ div >
191190 < div class ="modal-body p-0 ">
192191 < img src ="./static/img/banners/cdc.jpg " class ="w-100 " alt ="Código de Conduta ">
193- < iframe src ="https://docs.google.com/forms/d/e/1FAIpQLSdG8E5KVW7OZKfTFFgygSd_28QjasqXgjt7auEeDRCGBI4CiQ/viewform?embedded=true " frameborder =" 0 " marginheight =" 0 " marginwidth =" 0 "> Carregando…</ iframe >
192+ < iframe id =" cdc-iframe " src ="https://docs.google.com/forms/d/e/1FAIpQLSdG8E5KVW7OZKfTFFgygSd_28QjasqXgjt7auEeDRCGBI4CiQ/viewform?embedded=true "> Carregando…</ iframe >
194193 </ div >
195194 </ div >
196195 </ div >
Original file line number Diff line number Diff line change 186186
187187# cdc-form iframe {
188188 width : 100% ;
189- height : calc ( 90 vh - 3 rem ) !important ;
190- overflow : hidden ;
189+ height : 65 vh ;
190+ margin-top : 10 px ;
191191}
You can’t perform that action at this time.
0 commit comments