This commit is contained in:
zyqunix 2024-10-29 20:08:28 +01:00
parent 10cc8f4689
commit ed0b2f5e66
3 changed files with 11 additions and 31 deletions

View file

@ -57,6 +57,10 @@ body {
width: 100%;
}
.welcome * {
color: white;
}
.tools-main {
display: flex;
flex-wrap: wrap;
@ -88,6 +92,7 @@ body {
#tool-div img {
height: 200px;
border-radius: 10px;
cursor: pointer;
}
.visit-tool {