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