Skip to content

Commit 2b853c0

Browse files
committed
feat(README): enhance logo display with improved styling
- Add container div with centered alignment and overflow handling - Increase logo height to 300px with 1.2x scaling transformation - Apply object-fit: contain for proper image scaling - Maintain logo's visual prominence while improving layout
1 parent 2382355 commit 2b853c0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<div align="center">
22

3-
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/logo-horizontal.svg" alt="Vectorless">
3+
<div style="height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center;">
4+
<img src="https://raw.githubusercontent.com/vectorlessflow/vectorless/main/docs/design/logo-horizontal.svg"
5+
alt="Vectorless"
6+
style="height: 300px; transform: scale(1.2); object-fit: contain;">
7+
</div>
48

59
<h1>Reasoning-native document inteligence engine</h1>
610

docs/design/logo-horizontal.svg

Lines changed: 0 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)