Browse Source

reordering of images in giessomat, typo in css.

Thomas Buck 3 years ago
parent
commit
93d9b401fb
2 changed files with 4 additions and 3 deletions
  1. 2
    2
      input/projects/giessomat.md
  2. 2
    1
      static/css/style.css

+ 2
- 2
input/projects/giessomat.md View File

16
 
16
 
17
 <!--%
17
 <!--%
18
 lightgallery([
18
 lightgallery([
19
+    [ "https://www.youtube.com/watch?v=q-sjvPYs-EQ", "img/giessomat_thumbnail_small.png", "Demo Video" ],
19
     [ "img/giessomat_1.jpg", "Front of the UI unit" ],
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 View File

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

Loading…
Cancel
Save