Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
init committed Nov 25, 2024
1 parent aa55fb8 commit 7e1c54f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ horizontal: false
.paper-btn:hover {
opacity: 0.85;
}
.video-container {
text-align: center; /* Centering the content inside */
}

iframe {
display: block; /* Change from inline to block */
margin-left: auto;
margin-right: auto;
}

</style>

Expand All @@ -106,7 +115,7 @@ horizontal: false
<li><a href="#section4">Smartphone Based Computational Microscope</a></li>
<li><a href="#section5">Virtual Staining for Digital Pathology</a></li>
</ul>
</section>


<section id="section1">
<hr>
Expand Down

0 comments on commit 7e1c54f

Please sign in to comment.