Skip to content

Commit 91f3fb2

Browse files
Merge pull request #14 from reccaller-ai/fix/enterprise-logo-size-standard
fix: Set logo icon to enterprise website standard size (Google/Microsoft style)
2 parents 4e5bb2b + 546438a commit 91f3fb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ body {
7171
.logo img {
7272
display: inline-block;
7373
flex-shrink: 0;
74-
height: 20px;
75-
width: 20px;
76-
border-radius: 5px;
74+
height: 28px;
75+
width: 28px;
76+
border-radius: 6px;
7777
padding: 2px;
7878
background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
7979
border: 1px solid rgba(30, 64, 175, 0.2);
@@ -82,7 +82,7 @@ body {
8282
}
8383

8484
.logo:hover img {
85-
transform: scale(1.08);
85+
transform: scale(1.05);
8686
box-shadow: 0 2px 4px rgba(30, 64, 175, 0.2);
8787
background: linear-gradient(135deg, rgba(30, 64, 175, 0.15) 0%, rgba(59, 130, 246, 0.15) 100%);
8888
}

0 commit comments

Comments
 (0)