a661e439a0
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context. Made-with: Cursor
14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
.container {
|
|
padding-top: 10vh;
|
|
text-align: center;
|
|
}
|
|
|
|
.intro {
|
|
padding: 32rpx;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.name {
|
|
font-size: x-large;
|
|
color: goldenrod;
|
|
} |