mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-19 14:31:48 +01:00
14 lines
136 B
SCSS
14 lines
136 B
SCSS
.icon {
|
|
transform: translate(3px, -3px);
|
|
z-index: 1;
|
|
}
|
|
|
|
img, svg {
|
|
position: static;
|
|
}
|
|
|
|
* {
|
|
@apply select-none outline-none;
|
|
}
|
|
|