File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11---
2+ import { Image } from ' astro:assets' ;
3+ import logoimg from ' ../../assets/img/logo_transparent_small.png' ;
24---
35
46<div class =" odyssey-logo" >
5- <img src =" {{ " / assets / img / logo_transparent_small.png " | prepend: site.baseurl }}" alt =" logo" width =10% > Adina E. Pusok
7+ <img src ={ logoimg } alt =" logo" width =10% > Adina E. Pusok
68</div >
79
810<style >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import {ThemeSwitcher} from '../../theme-switcher/theme-switcher';
5050 grid-template-columns: 1fr 1fr;
5151 align-items: center;
5252 gap: 1rem;
53- margin-top: -1950px;
53+ /* margin-top: -1950px; */
5454 background: var(--theme-surface-1);
5555 border-radius: var(--theme-shape-radius);
5656 /* margin-bottom: 340px; */
You can’t perform that action at this time.
0 commit comments