Skip to content

Commit 7144516

Browse files
committed
feat: vectorize igem logo
1 parent 821c287 commit 7144516

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

public/igem-logo.svg

Lines changed: 2 additions & 8 deletions
Loading

src/components/Footer.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
display: flex;
7676

7777
img {
78-
width: 120px;
79-
margin-right: 1rem;
78+
width: 65px;
79+
margin-right: 2.7rem;
80+
margin-left: 30px;
8081
}
8182
}
8283

@@ -103,7 +104,9 @@
103104
}
104105

105106
.mini-navigation img {
106-
width: 100px;
107+
width: 55px;
108+
margin-right: 2.5rem;
109+
margin-left: 25px;
107110
}
108111

109112
.socials {

src/components/Navigation.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161

6262
img {
6363
width: auto;
64-
height: 100%;
64+
height: 73%;
65+
padding-bottom: 4px;
66+
padding-left: 20px;
6567
}
6668
}
6769

0 commit comments

Comments
 (0)