Skip to content

Commit

Permalink
abstract button
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinsk24 committed Dec 11, 2023
1 parent 77556ac commit 5d9415b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ <h1>
<p>
<i class="fa fa-calendar"></i>
&nbsp;25th - 26th April, 2024
<br /><br />
<br />
<i class="fa fa-map-marker"></i>
&nbsp; SCMS School of Engineering & Technology, Ernakulam
</p>
<a href="register.html" class="hero-btn">REGISTRATION</a>
&emsp;
&ensp;
<a href="https://bit.ly/ICNGE2024" target="_blank" rel="noopener" class="hero-btn red-btn">SUBMIT
ABSTRACT</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ nav img {
text-decoration: none;
color: #fff;
border: 1px solid #fff;
padding: 12px 34px;
padding: 10px 30px;
font-size: 14px;
background: transparent;
position: relative;
Expand All @@ -97,7 +97,7 @@ nav .fa {
display: none;
}

@media (max-width: 700px) {
@media (max-width: 750px) {
.text-box h1 {
margin-top: 50px;
font-size: 30px;
Expand Down

0 comments on commit 5d9415b

Please sign in to comment.