Zayeemk commited on
Commit
80c62ef
·
verified ·
1 Parent(s): 2aeebdd

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. static/css/style.css +18 -1
static/css/style.css CHANGED
@@ -77,7 +77,20 @@ body {
77
  justify-content: space-between;
78
  align-items: center;
79
  }
 
 
 
 
 
 
 
 
 
 
 
 
80
 
 
81
  .navbar-brand {
82
  font-size: 1.5rem;
83
  font-weight: 700;
@@ -85,7 +98,11 @@ body {
85
  text-decoration: none;
86
  display: flex;
87
  align-items: center;
88
- gap: 10px;
 
 
 
 
89
  }
90
 
91
  .nav-menu, .nav-links {
 
77
  justify-content: space-between;
78
  align-items: center;
79
  }
80
+ /* Logo Styling */
81
+ .navbar-logo {
82
+ height: 40px;
83
+ width: auto;
84
+ margin-right: 12px;
85
+ vertical-align: middle;
86
+ transition: transform 0.3s ease;
87
+ }
88
+
89
+ .navbar-logo:hover {
90
+ transform: scale(1.05);
91
+ }
92
 
93
+ /* Update navbar-brand to include logo */
94
  .navbar-brand {
95
  font-size: 1.5rem;
96
  font-weight: 700;
 
98
  text-decoration: none;
99
  display: flex;
100
  align-items: center;
101
+ gap: 12px;
102
+ }
103
+
104
+ .navbar-brand span {
105
+ vertical-align: middle;
106
  }
107
 
108
  .nav-menu, .nav-links {