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
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="serverless, adminless, decentralized 4chan alternative"
|
content="serverless, adminless, decentralized 4chan alternative"
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ function App() {
|
|||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#fee9cd" />
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#fee9cd" />
|
||||||
<meta name="msapplication-TileColor" content="#fee9cd" />
|
<meta name="msapplication-TileColor" content="#fee9cd" />
|
||||||
<meta name="theme-color" content="#ffffff" />
|
<meta name="theme-color" content="#ffffff" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<GlobalStyle />
|
<GlobalStyle />
|
||||||
<Routes>
|
<Routes>
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
export const Container = styled.div`
|
export const Container = styled.div`
|
||||||
|
min-width: 0;
|
||||||
|
width: auto;
|
||||||
|
padding: 10px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 57.69em;
|
|
||||||
min-width: 750px;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const Header = styled.div`
|
export const Header = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user