mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 11:00:56 +00:00
feat: move header to right list only
This commit is contained in:
parent
61b49b77fc
commit
8e40aa46af
1 changed files with 3 additions and 2 deletions
|
|
@ -98,11 +98,12 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<header class="h-14 w-full">
|
<header class="absolute h-14 w-full">
|
||||||
<img class="h-12 w-full object-cover blur-sm filter" src={bacgkround} alt="Background" />
|
<img class="h-12 w-full object-cover blur-sm filter" src={bacgkround} alt="Background" />
|
||||||
</header>
|
</header>
|
||||||
<div class="flex flex-row">
|
<div class="flex flex-row">
|
||||||
<div class="list fixed">
|
<div class="list fixed">
|
||||||
|
|
||||||
{#each filters as filter}
|
{#each filters as filter}
|
||||||
<div class:selected={filter === activeFilter}>
|
<div class:selected={filter === activeFilter}>
|
||||||
<Home />
|
<Home />
|
||||||
|
|
@ -194,7 +195,7 @@
|
||||||
.body {
|
.body {
|
||||||
@apply h-full w-full;
|
@apply h-full w-full;
|
||||||
@apply float-left overflow-hidden;
|
@apply float-left overflow-hidden;
|
||||||
@apply my-6 mx-12 ml-[27rem];
|
@apply my-6 mt-14 mx-12 ml-[27rem];
|
||||||
}
|
}
|
||||||
|
|
||||||
.body .controls {
|
.body .controls {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue