bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
1 changed files with 8 additions and 5 deletions
Showing only changes of commit 116baf4f6c - Show all commits

View File

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