@@ -530,6 +530,14 @@ export default {
padding: 0;
position: absolute;
flex-direction: column;
+ .myTitle {
+ display: block;
+ height: fit-content;
+ padding: 20px 0 10px;
+ font-size: 24px;
+ text-indent: 20px;
+ padding-bottom: 0;
+ }
&-info {
margin: 0;
width: 100%;
@@ -543,14 +551,7 @@ export default {
display: none;
}
- .myTitle {
- display: block;
- height: fit-content;
- padding: 20px 0 10px;
- font-size: 24px;
- text-indent: 20px;
- padding-bottom: 0;
- }
+
.is-pc {