mobile width

This commit is contained in:
j 2018-01-12 19:46:18 +01:00
parent 0bd1279ecf
commit 748fc07447
3 changed files with 12 additions and 3 deletions

View File

@ -131,3 +131,12 @@ em, i {
.section a:hover { .section a:hover {
text-decoration: underline; text-decoration: underline;
} }
@media (max-width: 768px) {
.section {
left: 0px;
padding: 16px 32px 32px 32px;
width: 640px;
}
}

View File

@ -5,7 +5,7 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta content="width=device-width" name="viewport"/> <meta content="width=device-width" name="viewport"/>
<link href="icf.icon.png" rel="shortcut icon"/> <link href="icf.icon.png" rel="shortcut icon"/>
<link href="icf.css" rel="stylesheet"/> <link href="icf.css?1" rel="stylesheet"/>
</head> </head>
<body> <body>
<div id="head"> <div id="head">
@ -18,4 +18,4 @@
<div id="menu"></div> <div id="menu"></div>
<script src="icf.js"></script> <script src="icf.js"></script>
</body> </body>
</html> </html>

View File

@ -1,2 +1,2 @@
User-agent: * User-agent: *
Disallow: / Disallow: