mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
Add icon on landing page
This commit is contained in:
parent
38ae31b48e
commit
f2f154bc3e
@ -10,7 +10,10 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">PWS</div>
|
||||
<div class="logo">
|
||||
<img src="static/favicon.ico" alt="Logo">
|
||||
PWS
|
||||
</div>
|
||||
<nav>
|
||||
<a href="about.html" class="nav-button">About</a>
|
||||
<a href="services.html" class="nav-button">Services</a>
|
||||
|
@ -34,6 +34,8 @@ header .logo {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
header nav ul {
|
||||
|
Loading…
x
Reference in New Issue
Block a user