質問編集履歴

2

css追加

2020/06/07 12:38

投稿

hase_
hase_

スコア14

test CHANGED
File without changes
test CHANGED
@@ -56,8 +56,6 @@
56
56
 
57
57
  line-height: 80px;
58
58
 
59
- vertical-align: center;
60
-
61
59
  }
62
60
 
63
61
 
@@ -86,4 +84,12 @@
86
84
 
87
85
  }
88
86
 
87
+
88
+
89
+ .list-inline-item:not(:last-child) {
90
+
91
+ margin-right: 0;
92
+
93
+ }
94
+
89
95
  ```

1

vertical-align更新

2020/06/07 12:38

投稿

hase_
hase_

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  中央タイトル「LAMINA」の文字サイズの真ん中をベースラインとして再度のリストを縦中央に揃えたいのですが上手く反映されません。
2
+
3
+ vertical-alignを利用してみましたが反映されませんでした。
2
4
 
3
5
 
4
6
 
@@ -54,6 +56,8 @@
54
56
 
55
57
  line-height: 80px;
56
58
 
59
+ vertical-align: center;
60
+
57
61
  }
58
62
 
59
63