AlexAtomic commited on
Commit
bcefbaa
·
verified ·
1 Parent(s): 2643d97

responsive pill row (no wrap on narrow window)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,10 +21,10 @@ tags:
21
 
22
  <center>
23
 
24
- <div style="display:flex; justify-content:center; align-items:center; gap:10px; flex-wrap:wrap;">
25
- <a href="https://atomic.chat"><img src="https://huggingface.co/AtomicChat/gemma4-e4b-it-GGUF/resolve/main/pill_atomic_v3.png" alt="Atomic Chat" width="186"></a>
26
- <a href="https://discord.gg/8wGSsvmg4V"><img src="https://huggingface.co/AtomicChat/gemma4-e4b-it-GGUF/resolve/main/pill_discord_v3.png" alt="Join Discord" width="184"></a>
27
- <a href="https://github.com/AtomicBot-ai/Atomic-Chat"><img src="https://huggingface.co/AtomicChat/gemma4-e4b-it-GGUF/resolve/main/pill_github_v3.png" alt="GitHub" width="141"></a>
28
  </div>
29
 
30
  <br/>
 
21
 
22
  <center>
23
 
24
+ <div style="display:flex; justify-content:center; align-items:center; gap:2%; max-width:560px; margin:0 auto;">
25
+ <a href="https://atomic.chat" style="flex:0 1 auto; min-width:0;"><img src="https://huggingface.co/AtomicChat/gemma4-e4b-it-GGUF/resolve/main/pill_atomic_v3.png" alt="Atomic Chat" style="width:100%; height:auto; max-width:186px;"></a>
26
+ <a href="https://discord.gg/8wGSsvmg4V" style="flex:0 1 auto; min-width:0;"><img src="https://huggingface.co/AtomicChat/gemma4-e4b-it-GGUF/resolve/main/pill_discord_v3.png" alt="Join Discord" style="width:100%; height:auto; max-width:184px;"></a>
27
+ <a href="https://github.com/AtomicBot-ai/Atomic-Chat" style="flex:0 1 auto; min-width:0;"><img src="https://huggingface.co/AtomicChat/gemma4-e4b-it-GGUF/resolve/main/pill_github_v3.png" alt="GitHub" style="width:100%; height:auto; max-width:141px;"></a>
28
  </div>
29
 
30
  <br/>