mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fixed viewport
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
export const Container = styled.div`
|
||||
min-width: 0;
|
||||
width: auto;
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
width: 57.69em;
|
||||
min-width: 750px;
|
||||
`;
|
||||
|
||||
export const Header = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user