forked from mrwyndham/fastpocket
bugfix/center-aligned-search-with-tags
This commit is contained in:
parent
dbccaf8243
commit
4cc2addf2b
|
@ -62,7 +62,7 @@ sidebar_position: 2
|
||||||
{/* <!-- SVG Element --> */}
|
{/* <!-- SVG Element --> */}
|
||||||
<div className="hidden md:block absolute top-0 end-0 -translate-y-12 translate-x-20">
|
<div className="hidden md:block absolute top-0 end-0 -translate-y-12 translate-x-20">
|
||||||
<svg
|
<svg
|
||||||
className="w-16 h-auto text-primary"
|
className="w-16 h-auto text-accent"
|
||||||
width="121"
|
width="121"
|
||||||
height="135"
|
height="135"
|
||||||
viewBox="0 0 121 135"
|
viewBox="0 0 121 135"
|
||||||
|
@ -94,7 +94,7 @@ sidebar_position: 2
|
||||||
{/* <!-- SVG Element --> */}
|
{/* <!-- SVG Element --> */}
|
||||||
<div className="hidden md:block absolute bottom-0 start-0 translate-y-10 -translate-x-32">
|
<div className="hidden md:block absolute bottom-0 start-0 translate-y-10 -translate-x-32">
|
||||||
<svg
|
<svg
|
||||||
className="w-40 h-auto text-secondary-content"
|
className="w-40 h-auto text-secondary"
|
||||||
width="347"
|
width="347"
|
||||||
height="188"
|
height="188"
|
||||||
viewBox="0 0 347 188"
|
viewBox="0 0 347 188"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue