Skip to content

Commit

Permalink
update the website
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoWatanabes committed Feb 21, 2025
1 parent 85db18f commit 5390662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ <h2 class="title is-3">
</div>
</section>

<!-- Tracking Accuracy -->
<section class="hero teaser">
<div class="hero-body">
<div class="container" style="width: 800px; margin: 0 auto;">
<div class="container center-content">
<div class="item">
<!-- Your video here -->
<h2 class="title is-3">
Expand All @@ -189,7 +190,7 @@ <h2 class="title is-3">

<section class="hero teaser">
<div class="hero-body">
<div class="container" style="width: 800px; margin: 0 auto;">
<div class="container center-content">
<div class="item">
<!-- Your video here -->
<h2 class="title is-3">
Expand All @@ -209,7 +210,7 @@ <h2 class="title is-3">

<section class="hero teaser">
<div class="hero-body">
<div class="container" style="width: 800px; margin: 0 auto;">
<div class="container center-content">
<div class="item">
<!-- Your video here -->
<h2 class="title is-3">
Expand Down
2 changes: 1 addition & 1 deletion static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ body {

@media (min-width: 769px) {
.center-content {
width: 800px;
max-width: 800px;
margin: 0 auto;
}
}
Expand Down

0 comments on commit 5390662

Please sign in to comment.