Skip to content

Commit dfcd92d

Browse files
committed
🐛 fix attempt 2
1 parent 6a69dca commit dfcd92d

File tree

3 files changed

+8
-39
lines changed

3 files changed

+8
-39
lines changed

site/engpage.css

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ h6{
198198
font-weight: 500;
199199
z-index: 1;
200200
text-decoration: none;
201-
display:none;
202201
width: fit-content;
203202
}
204203

@@ -274,7 +273,7 @@ h6{
274273
background:linear-gradient(#2A4B57, #000000);
275274
color: #FFFFFF;
276275
border-radius: 40px;
277-
height: fit-content;
276+
height: auto;
278277
flex-direction: column;
279278
padding: 20px;
280279
}
@@ -391,10 +390,6 @@ h7{
391390
cursor: pointer;
392391
}
393392

394-
iframe{
395-
display: block;
396-
}
397-
398393
section{
399394
display:block;
400395
}
@@ -426,32 +421,6 @@ footer p{
426421
display: none;
427422
}
428423

429-
iframe{
430-
display: none;
431-
}
432-
433-
.blog_button {
434-
background-color: rgb(239, 137, 20);
435-
color: #FFFFFF;
436-
text-align: center;
437-
padding: 10px 16px;
438-
font-size: 18px;
439-
transition-duration: 0.2s;
440-
cursor: pointer;
441-
border-radius: 18px;
442-
border-top: 20px;
443-
font-weight: 500;
444-
z-index: 1;
445-
text-decoration: none;
446-
display:block;
447-
width: fit-content;
448-
}
449-
450-
.blog_button:hover{
451-
background-color: #E0E0E0;
452-
color: #2a4b57;
453-
}
454-
455424
#mobiletitle{
456425
display: block;
457426
font-size: 50px;

site/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ <h1>
142142
</h1>
143143
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdj16l6HGXS2vBChxSplkT58AElbcuU6U8hhWblu86Owr_eqg/viewform?usp=sharing" class="blog_button">Click here</>
144144
<a/>
145-
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdj16l6HGXS2vBChxSplkT58AElbcuU6U8hhWblu86Owr_eqg/viewform?embedded=true" width="640" height="1450" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
146145
</center>
147146
</div>
148147
</center>

site/static/mechspeaklogo.svg

Lines changed: 7 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)