fix missing and incorrectly sized icons
This commit is contained in:
parent
db3eac2b0b
commit
d383d7fe00
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="container-item">
|
<div class="container-item">
|
||||||
<img src="/assets/products/yiffos_support.svg" alt="icon showing yiffOS support logo"/>
|
<img class="header-icon" src="/assets/products/yiffos_support.svg" alt="icon showing yiffOS support logo"/>
|
||||||
<h1>yiffOS</h1>
|
<h1>yiffOS</h1>
|
||||||
|
|
||||||
<table class="yiffos-table">
|
<table class="yiffos-table">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="container-item">
|
<div class="container-item">
|
||||||
<img src="/assets/products/yiffOS%20support.png" alt="icon showing yiffOS support logo"/>
|
<img class="header-icon" src="/assets/products/yiffos_support.svg" alt="icon showing yiffOS support logo"/>
|
||||||
<h1>yiffOS</h1>
|
<h1>yiffOS</h1>
|
||||||
|
|
||||||
<table class="yiffos-table">
|
<table class="yiffos-table">
|
||||||
|
|
Loading…
Add table
Reference in a new issue