drbh HF Staff commited on
Commit
1e45188
·
verified ·
1 Parent(s): 6d288be

fix: adjust project flex direction

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Instead of manually managing complex dependencies, wrestling with compilation fl
13
 
14
  ## Projects
15
  The kernel hub team maintains two projects to make interacting with the kernel hub as easy as possible.
16
- <div style="display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px;">
17
  <a href="https://github.com/huggingface/kernel-builder" style="flex: 1; min-width: 250px; text-decoration: none; color: inherit;">
18
  <div style="height: 160px; border: 1px solid #ddd; border-radius: 8px; padding: 8px; background-color: inherit; box-shadow: 0 4px 6px rgba(0,0,0,0.1); display: flex; flex-direction: row; align-items: center;">
19
  <img src="https://github.com/user-attachments/assets/4b5175f3-1d60-455b-8664-43b2495ee1c3" width="80" height="80" alt="kernel-builder logo" style="margin-right: 16px;">
 
13
 
14
  ## Projects
15
  The kernel hub team maintains two projects to make interacting with the kernel hub as easy as possible.
16
+ <div style="display: flex; flex-direction: column; gap: 20px; flex-wrap: wrap; margin-bottom: 20px;">
17
  <a href="https://github.com/huggingface/kernel-builder" style="flex: 1; min-width: 250px; text-decoration: none; color: inherit;">
18
  <div style="height: 160px; border: 1px solid #ddd; border-radius: 8px; padding: 8px; background-color: inherit; box-shadow: 0 4px 6px rgba(0,0,0,0.1); display: flex; flex-direction: row; align-items: center;">
19
  <img src="https://github.com/user-attachments/assets/4b5175f3-1d60-455b-8664-43b2495ee1c3" width="80" height="80" alt="kernel-builder logo" style="margin-right: 16px;">