mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
parts: hero: lighthouse fixes
This commit is contained in:
parent
208ebb359c
commit
b488a3bcf9
2 changed files with 6 additions and 1 deletions
|
|
@ -84,6 +84,7 @@
|
|||
.hero .tower {
|
||||
margin: calc(4 * var(--step));
|
||||
width: calc(18 * var(--step));
|
||||
height: calc(36 * var(--step));
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.hero .tower {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
<div class="hero">
|
||||
<div class="tower_cell">
|
||||
<img class="tower" src="/_assets/img/tower/tower_logo.svg">
|
||||
<img
|
||||
class="tower"
|
||||
alt="Xecut Logo Tower"
|
||||
src="/_assets/img/tower/tower_logo.svg"
|
||||
>
|
||||
</div>
|
||||
<div class="tags">
|
||||
<div class="tag">DIY</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue