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:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user