画像を180x50で設定したが、画像サイズが変わらず検証ツールで調べたら反映されたいない。
Haml
1.buy-header 2 .buy-header__logo 3 = image_tag asset_path("logo.png", size: "180x50") 4
Sass
1.buy-header { 2 background-color: #f8f8f8; 3 width: 100%; 4 padding-top: 30px; 5 text-align: center; 6 &__img { 7 width: 180px; 8 height: 50px; 9 } 10}
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。