AlexAtomic commited on
Commit
6283d90
·
verified ·
1 Parent(s): e88427d

responsive pill row (no wrap on narrow window)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -33,10 +33,10 @@ tags:
33
 
34
  <center>
35
 
36
- <div style="display:flex; justify-content:center; align-items:center; gap:10px; flex-wrap:wrap;">
37
- <a href="https://atomic.chat"><img src="https://huggingface.co/AlexAtomic/lfm25-8b-a1b-GGUF/resolve/main/pill_atomic_v3.png" alt="Atomic Chat" width="186"></a>
38
- <a href="https://discord.gg/8wGSsvmg4V"><img src="https://huggingface.co/AlexAtomic/lfm25-8b-a1b-GGUF/resolve/main/pill_discord_v3.png" alt="Join Discord" width="184"></a>
39
- <a href="https://github.com/AtomicBot-ai/Atomic-Chat"><img src="https://huggingface.co/AlexAtomic/lfm25-8b-a1b-GGUF/resolve/main/pill_github_v3.png" alt="GitHub" width="141"></a>
40
  </div>
41
 
42
  <br/>
 
33
 
34
  <center>
35
 
36
+ <div style="display:flex; justify-content:center; align-items:center; gap:2%; max-width:560px; margin:0 auto;">
37
+ <a href="https://atomic.chat" style="flex:0 1 auto; min-width:0;"><img src="https://huggingface.co/AlexAtomic/lfm25-8b-a1b-GGUF/resolve/main/pill_atomic_v3.png" alt="Atomic Chat" style="width:100%; height:auto; max-width:186px;"></a>
38
+ <a href="https://discord.gg/8wGSsvmg4V" style="flex:0 1 auto; min-width:0;"><img src="https://huggingface.co/AlexAtomic/lfm25-8b-a1b-GGUF/resolve/main/pill_discord_v3.png" alt="Join Discord" style="width:100%; height:auto; max-width:184px;"></a>
39
+ <a href="https://github.com/AtomicBot-ai/Atomic-Chat" style="flex:0 1 auto; min-width:0;"><img src="https://huggingface.co/AlexAtomic/lfm25-8b-a1b-GGUF/resolve/main/pill_github_v3.png" alt="GitHub" style="width:100%; height:auto; max-width:141px;"></a>
40
  </div>
41
 
42
  <br/>