Sfoglia il codice sorgente

Remove menu and add viewport

JoostSijm 6 anni fa
parent
commit
f4682bca01
2 ha cambiato i file con 1 aggiunte e 17 eliminazioni
  1. 1 4
      app/static/index.html
  2. 0 13
      app/static/style.css

+ 1 - 4
app/static/index.html

@@ -4,14 +4,11 @@
     <title>Rival Regions Tutorial</title>
     <link href="static/style.css" rel="stylesheet">
     <link rel="shortcut icon" href="/static/favicon.ico">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 </head>
 <body>
     <div class="page">
         <h1>Rival Regions Tutorial</h1>
-        <ul class="menu">
-            <li><a href="/readme">readme</a></li>
-            <li><a href="/changelog">changelog</a></li>
-        </ul>
         <p>In deze tutorial zijn de belangrijkste aspecten van het spel uitgelegd.</p>
         <h2>Downloads</h2>
         <ul>

+ 0 - 13
app/static/style.css

@@ -38,19 +38,6 @@ ul
     font-family: sans-serif;
 }
 
-.menu
-{
-    list-style-type: none;
-    padding-left: 0;
-    display: flex;
-    justify-content: left;
-}
-
-.menu li
-{
-    padding: 0 5px;
-}
-
 @media (max-width: 560px)
 {
 	.page