Ott 306 tournament page adaptive (#160)
* style(#306): adaptive tournament page * style(#306): usefvar logo adapted * style(#306): logo margin * style(#306): minor chanhe to match gridkeep-around/af30b88d367751c9e05a735e4a0467a96238ef47
parent
b51d57a2d0
commit
904be6332a
@ -1,5 +1,11 @@ |
|||||||
import styled from 'styled-components/macro' |
import styled from 'styled-components/macro' |
||||||
|
|
||||||
|
import { devices } from 'config/devices' |
||||||
|
|
||||||
export const Content = styled.main` |
export const Content = styled.main` |
||||||
padding: 0 16px; |
padding: 0 16px; |
||||||
|
|
||||||
|
@media ${devices.tablet} { |
||||||
|
padding: 0; |
||||||
|
} |
||||||
` |
` |
||||||
|
|||||||
Loading…
Reference in new issue