Skip to content

Commit cf05eba

Browse files
committed
update
1 parent d04277a commit cf05eba

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ header h1 {
6565

6666
/* ===== Logo Styles ===== */
6767
header .logo {
68-
width: 80px; /* Increase the width to make it bigger */
68+
width: 80px; /* Increase the width to make it bigger */
6969
height: 80px; /* Increase the height to match the width */
7070
object-fit: contain;
7171
border-radius: 50%; /* Circular logo */

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
</head>
1010
<body>
1111
<header>
12-
<div class="container header-container">
13-
<!-- Logo Image -->
14-
<img src="images/logo.jpg" alt="Retinal Disease Analysis Logo" class="logo" />
15-
<h1>Deep Learning Retinal Image Analysis For Human Disease Prediction</h1>
16-
</div>
17-
</header>
12+
<div class="container header-container">
13+
<img src="images/logo.png" alt="Project Logo" class="logo" /> <!-- Logo image -->
14+
<h1>Deep Learning Retinal Image Analysis For Human Disease Prediction</h1>
15+
</div>
16+
</header>
17+
1818

1919
<nav>
2020
<div class="container nav-container">

0 commit comments

Comments
 (0)