17/210
src\app\home\home.page.scss の中身
デザイン関係のファイルですね。
#container {
text-align: left;
position: absolute;
left: 0;
right: 0;
top: 20%;
}
#container strong {
font-size: 20px;
line-height: 26px;
}
#container p {
font-size: 16px;
line-height: 22px;
text-align: left;
color: #000000;
margin: 0;
}
#container a {
text-decoration: none;
}




