Add logo styling to adjust size and maintain aspect ratio
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
00e6ab5da0
commit
4cd1e17589
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
font-size: 3rem; /* Adjust font size as needed */
|
||||
|
||||
}
|
||||
.logo {
|
||||
width: 50px; /* Adjust logo size */
|
||||
height: auto; /* Maintain aspect ratio */
|
||||
}
|
||||
.navigation {
|
||||
flex-grow: 3;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue