浏览代码

Slightly reduce tile width

In order to keep them all in one row in on FullHD screen (1920×1080).
DricomDragon 5 年之前
父节点
当前提交
acb3240056
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/custom.css
  2. 1 1
      web/index.html

+ 1 - 1
web/custom.css

@@ -14,7 +14,7 @@ body {
 }
 
 .tile {
-	flex-basis: 10em;
+	flex-basis: 8.5em;
 	padding-left: 8px;
 	padding-right: 8px;
 	margin: 8px;

+ 1 - 1
web/index.html

@@ -47,7 +47,7 @@
 			<a href="http://kanboard.jovian-hersemeule.eu" class="tile">
 				<h2>Kanboard</h2>
 				<img src="img/kanboard.png" alt="KB logo">
-				<p>Project management tool with Kanban.</p>
+				<p>Project management.</p>
 			</a>
 		</div>
 	</body>