mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-03-12 17:47:31 +00:00
14 lines
188 B
CSS
14 lines
188 B
CSS
#logos {
|
|
margin: 1.5em 0 0 0;
|
|
}
|
|
|
|
#logos img {
|
|
height: 2em;
|
|
width: 2em;
|
|
margin: 0 .5em;
|
|
transition: var(--animation);
|
|
}
|
|
|
|
#logos img:hover {
|
|
transform: scale(1.15);
|
|
} |