mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
feat: show contributors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {keyframes} from 'styled-components';
|
||||
import { keyframes } from 'styled-components';
|
||||
|
||||
export const mobile = '@media screen and (max-width: 800px)';
|
||||
export const tablet = '@media screen and (max-width: 1200px)';
|
||||
|
||||
export const slideUp = keyframes`
|
||||
from {
|
||||
|
Reference in New Issue
Block a user