Skip to content

Commit 38e0716

Browse files
committed
fix logo
1 parent 5a09a19 commit 38e0716

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

assets/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ body {
3434
}
3535

3636
.logo-container {
37-
border: 1px solid #ccc;
38-
padding: 15px 20px;
3937
display: flex;
4038
flex-direction: column;
4139
align-items: center;
@@ -45,6 +43,9 @@ body {
4543
height: 40px;
4644
width: auto;
4745
object-fit: contain;
46+
background: transparent;
47+
border: none;
48+
border-radius: 0;
4849
}
4950

5051
.logo-full {

0 commit comments

Comments
 (0)