sp版でborder-radiusを適用しています。
pc版には適用させない記述の仕方が知りたいです。
HTML
1<h1><span>テキストが入ります</span><br><span>テキストが入ります</span> 2 <br class="hoge"><span>テキストが入ります</span> 3</h1>
css
1h1{ 2 font-size: 3.6rem; 3 text-align: center; 4 margin: 44px auto; 5} 6h1 span{ 7 background-color: #ccc; 8 height: 64px; 9 padding: 5px; 10 border-radius: 8px; 11} 12.hoge{ 13 display: none; 14} 15 16@media screen and (max-width:375px){ 17h1{ 18 width: 90%; 19 font-size: 1.8rem; 20 text-align: left; 21 margin: 0px auto 40px; 22 line-height: 2.3; 23} 24h1 span{ 25 height: 40px; 26 padding: 5px; 27} 28.hoge{ 29 display: block; 30} 31h1 .hoge{ 32 border-radius: 8px; 33}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。