Fix Teto square

This commit is contained in:
Bun 2025-07-01 01:38:05 -04:00
parent d29992d07d
commit 6d0553b648
6 changed files with 24 additions and 9 deletions

View file

@ -5,6 +5,7 @@ body {
background-repeat: no-repeat;
background-size: cover;
font-size: 16px;
top: 0;
}
a {
@ -19,11 +20,17 @@ a:hover {
}
#main {
margin: 0;
flex: 0 1 auto;
align-self: auto;
width: 50%;
border: 3px solid green;
position: absolute;
top: 50px;
right: 20%;
left: 250px;
padding-bottom: 25px;
}
#main > div {
margin: auto;
width: 100%;
min-height: 100%;
}
li {