回答編集履歴

1

display: inline-block を追加

2023/04/07 08:23

投稿

shinoharat
shinoharat

スコア1676

test CHANGED
@@ -14,6 +14,7 @@
14
14
  - margin-top: auto;
15
15
  font-size: clamp(14px,2.8vw,16px);
16
16
  - text-align: right;
17
+ + display: inline-block;
17
18
  + position: absolute;
18
19
  + right: 1.8em;
19
20
  + bottom: .5em;