forked from snxraven/ravenscott-blog
fix about
This commit is contained in:
parent
34d1204b3d
commit
717ec4a4eb
@ -19,9 +19,6 @@
|
|||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
|
||||||
background-color: #212529;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-me h2,
|
.about-me h2,
|
||||||
.about-me h3 {
|
.about-me h3 {
|
||||||
@ -89,7 +86,7 @@
|
|||||||
<!-- Navigation Bar -->
|
<!-- Navigation Bar -->
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="/">Raven Scott</a>
|
<a class="navbar-brand" href="/">raven-scott.fyi</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user