bx-865-apps #1
|
@ -110,18 +110,21 @@ const point_light = reactive({
|
|||
|
||||
&-close {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
left: 1.5rem;
|
||||
top: 0.5rem;
|
||||
font-size: 2rem;
|
||||
color: black
|
||||
color: black;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
font-size: 1.65rem;
|
||||
font-size: 2rem;
|
||||
margin: 1rem
|
||||
}
|
||||
|
||||
p {}
|
||||
p {
|
||||
margin: 1rem 0;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue