mobile width
This commit is contained in:
parent
0bd1279ecf
commit
748fc07447
3 changed files with 12 additions and 3 deletions
9
icf.css
9
icf.css
|
@ -131,3 +131,12 @@ em, i {
|
|||
.section a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.section {
|
||||
left: 0px;
|
||||
padding: 16px 32px 32px 32px;
|
||||
width: 640px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8"/>
|
||||
<meta content="width=device-width" name="viewport"/>
|
||||
<link href="icf.icon.png" rel="shortcut icon"/>
|
||||
<link href="icf.css" rel="stylesheet"/>
|
||||
<link href="icf.css?1" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="head">
|
||||
|
@ -18,4 +18,4 @@
|
|||
<div id="menu"></div>
|
||||
<script src="icf.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
Disallow:
|
||||
|
|
Loading…
Reference in a new issue