Skip to content

Commit

Permalink
[Page] fix sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mindol committed Oct 29, 2024
1 parent 20bb3c3 commit 81ef6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<body class="bg-white text-black h-full">
<header class="bg-gray-800 text-white p-4 text-center">
<h1 class="text-5xl font-bold mb-5">Bugsynth</h1>
<h3 class="mt-2 text-2xl">Automatic Synthesis of Realistic and Reliable Bug Benchmark</h3>
<h3 class="mt-2 text-xl md:text-2xl">Automatic Synthesis of Realistic and Reliable Bug Benchmark</h3>
</header>

<nav class="flex justify-center space-x-6 mt-4 text-xl font-bold bg-gray-200">
Expand Down
2 changes: 1 addition & 1 deletion page/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="text-2xl font-semibold mb-8 text-center">Code Examples</h2>
<section class="mb-12 w-full"></section>
<h2 class="text-2xl font-semibold mb-8 text-center">Video Demo</h2>
<div class="flex justify-center w-full">
<video controls class="w-full sm:max-w-lg md:max-w-3xl">
<video controls class="w-full sm:max-w-lg md:max-w-2xl">
<source src="assets/video/demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 81ef6ea

Please sign in to comment.