فهرست منبع

mobile friendly website

jomo 10 سال پیش
والد
کامیت
ce8e194b45
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      public/stylesheets/style.css
  2. 1 0
      views/layout.jade

+ 1 - 0
public/stylesheets/style.css

@@ -27,6 +27,7 @@ mark.green {
 
 .code {
   font-family: monospace;
+  word-wrap: break-word;
 }
 .sideface {
   width: 180px;

+ 1 - 0
views/layout.jade

@@ -5,6 +5,7 @@ html
     link(rel='stylesheet', href='/stylesheets/style.css')
     link(rel="icon", type="image/x-icon", href="/favicon.ico")
     link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", rel="stylesheet")
+    meta(name="viewport" content="initial-scale=1,maximum-scale=1")
     script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js")
   body
     a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank")