Skip to content

Commit

Permalink
Merge pull request #5 from fastmachinelearning/nvt_cfp_2
Browse files Browse the repository at this point in the history
trying to fix the header
  • Loading branch information
nhanvtran authored Aug 1, 2023
2 parents 51d2666 + 5afff5d commit 704b3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/frame.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ hr {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
font-weight: 400;
font-size: 18px;
font-size: 16px;
flex: 1 auto;
transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
Expand Down
4 changes: 2 additions & 2 deletions registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/menu.js"></script>
<style>
.menu-program {
.menu-registration {
color: rgb(255, 255, 255) !important;
opacity: 1 !important;
font-weight: 700 !important;
Expand All @@ -32,7 +32,7 @@
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-10 text-center" data-aos="fade-up">
<h1>Workshop Program</h1>
<h1>Workshop Registration</h1>
</div>
</div>
</div>
Expand Down

0 comments on commit 704b3f1

Please sign in to comment.