1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

make mobile Responsive right

This commit is contained in:
krircc
2018-01-07 13:44:13 +08:00
parent 920a48f0c5
commit dbd274a8bf
5 changed files with 45 additions and 33 deletions

View File

@ -1,3 +1,3 @@
<div >
<p>Made ❤️ by the <a href="https://cobalt-org.github.io/">Cobalt</a> with the <a href="https://github.com/krircc/beautiful">beautiful</a> theme</p>
<p>Made ❤️ by the <a href="https://cobalt-org.github.io/">Cobalt</a> with the <a href="https://github.com/actix/actix-website">Actix</a> theme</p>
</div>

View File

@ -2,5 +2,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ title }}</title>
<link rel="stylesheet" href="/public/css/styles.css">
<link rel="shortcut icon" href="/public/imgs/favicon.ico">
<link rel="stylesheet" href="/public/css/styles.css">
<script src="/public/js/nav.js" async="async"></script>

View File

@ -1,5 +1,6 @@
<div id="mnav">
<div id="lnav">
<div id="line"></div>
<h1><a href="/">Actix</a></h1>
<label ><a href="#" id="menu">menu</a></label>
</div>