12 lines
100 B
CSS
12 lines
100 B
CSS
#app * {
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
#app #main
|
|
{
|
|
width: 60%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|