Blender
- -The main repository for Blender's code and all its branches.
+Blender
+ +The main repository for Blender's code and all its branches.
+diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index 3d500a0..e116644 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -480,13 +480,14 @@ footer a { color: var(--color-text-dark-2); } -.ui.card.card-with-icon { +.ui.card.card-with-icon .row { display: flex; flex-direction: row; + padding: var(--spacer); } .ui.card.card-with-icon .icon svg { - margin: 10px 0 0 15px; + margin: 0 var(--spacer) 0 0; width: 50px; opacity: .7; } diff --git a/public/img/thumb_blender.jpg b/public/img/thumb_blender.jpg index 9351446..ed7f5a8 100644 Binary files a/public/img/thumb_blender.jpg and b/public/img/thumb_blender.jpg differ diff --git a/public/img/thumb_manual.jpg b/public/img/thumb_manual.jpg index 794743a..5e85c7f 100644 Binary files a/public/img/thumb_manual.jpg and b/public/img/thumb_manual.jpg differ diff --git a/templates/home.tmpl b/templates/home.tmpl index 7a99ce5..f6719ba 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -15,65 +15,60 @@
-The portal hosts more that just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!
+This portal hosts more that just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!