mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 14:35:38 +00:00
Add logo to navbar-brand
This commit is contained in:
parent
31c662626c
commit
8972fbd3c9
|
@ -43,10 +43,6 @@ footer {
|
|||
background: linear-gradient(45deg, #1a9fff, #946beb);
|
||||
}
|
||||
|
||||
.feature-col {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.jumbotron h1 {
|
||||
font-family: "Nunito Sans", sans-serif;
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<nav class="navbar navbar-expand-lg bg-dark sticky-top" data-bs-theme="dark">
|
||||
<div class=" container-fluid">
|
||||
<a class="navbar-brand" href="index.html">
|
||||
Home
|
||||
<img src="assets/icons/icon_circle_2_180x180.png" height="40">
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<nav class="navbar navbar-expand-lg bg-dark sticky-top" data-bs-theme="dark">
|
||||
<div class=" container-fluid">
|
||||
<a class="navbar-brand" href="index.html">
|
||||
Home
|
||||
<img src="assets/icons/icon_circle_2_180x180.png" height="40">
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
Loading…
Reference in a new issue