mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
updated color randomizer, allows for custom color visualization now too
This commit is contained in:
parent
71924663d8
commit
4008467462
8 changed files with 106 additions and 8 deletions
|
@ -193,6 +193,11 @@ html {
|
|||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
||||
body {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.tools-main {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -220,6 +225,6 @@ html {
|
|||
.welcome {
|
||||
font-size: 0.8rem;
|
||||
width: 100%;
|
||||
padding-top: 30px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue