analytics question mark

This commit is contained in:
sky
2025-10-19 13:46:12 -04:00
parent b0681ff009
commit a043621fff
8 changed files with 186 additions and 12 deletions

View File

@ -27,7 +27,7 @@ game img {
#holder h1 {
font-size: 14px;
margin: 15px;
width: 100%;
width: 80%;
text-align: right;
height: 70%;
}
@ -39,8 +39,8 @@ game img {
align-items: flex-end;
}
#star {
margin-top: 0px;
width: 10%;
justify-self: right;
margin-left: auto;
margin-right: 15px;
/* transition-duration: 0.25s; */

View File

@ -1,6 +1,6 @@
section {
width: 30%;
height: 400px;
/* height: 400px; */
height: auto;
padding: 8px;
margin: 16px;
@ -22,6 +22,11 @@ sections {
justify-content: center;
align-items: center;
}
#colorPicker {
margin: 6px;
}
@-moz-document url-prefix() {
section {
backdrop-filter: blur(0);

View File

@ -64,7 +64,7 @@ iframe {
height: 50px;
left: 0;
right: 0;
width: 30%;
width: 40%;
margin-left: auto;
margin-right: auto;
display: flex;
@ -76,6 +76,11 @@ iframe {
cursor: pointer;
color: black;
}
#bottom-menu {
width: fit-content;
padding-left: 16px;
padding-right: 16px;
}
#open-bottom-menu {
bottom: 10px;
height: 15px;