1
0
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:
2020-07-30 15:39:14 +09:00
parent 0d632a8eb2
commit 0d13c993ad
6 changed files with 102 additions and 5 deletions

View File

@@ -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 {