Quellcode durchsuchen

reordering of images in giessomat, typo in css.

Thomas Buck vor 3 Jahren
Ursprung
Commit
93d9b401fb
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 2
    2
      input/projects/giessomat.md
  2. 2
    1
      static/css/style.css

+ 2
- 2
input/projects/giessomat.md Datei anzeigen

@@ -16,9 +16,9 @@ So it seemed natural to build a machine that can help me with watering the plant
16 16
 
17 17
 <!--%
18 18
 lightgallery([
19
+    [ "https://www.youtube.com/watch?v=q-sjvPYs-EQ", "img/giessomat_thumbnail_small.png", "Demo Video" ],
19 20
     [ "img/giessomat_1.jpg", "Front of the UI unit" ],
20
-    [ "img/giessomat_3.jpg", "Side view of the machine" ],
21
-    [ "https://www.youtube.com/watch?v=q-sjvPYs-EQ", "img/giessomat_thumbnail_small.png", "Demo Video" ]
21
+    [ "img/giessomat_3.jpg", "Side view of the machine" ]
22 22
 ])
23 23
 %-->
24 24
 

+ 2
- 1
static/css/style.css Datei anzeigen

@@ -101,7 +101,8 @@ pre {
101 101
 #index-avatar {
102 102
     width: 150px;
103 103
     height: 150px;
104
-    float: right; border: 2px, solid, #000000;
104
+    float: right;
105
+    border: 2px, solid, #000000;
105 106
     border-radius: 10px;
106 107
     background-image: url(https://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150);
107 108
     margin-left: 2em;

Laden…
Abbrechen
Speichern