Add line breaks, restyle them
This commit is contained in:
		@@ -10,7 +10,6 @@
 | 
			
		||||
	<body>
 | 
			
		||||
		<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
 | 
			
		||||
		<div class="content">
 | 
			
		||||
			<h1>Data Services</h1>
 | 
			
		||||
			<div class="iconbuttoncontainer">
 | 
			
		||||
				<a href="https://git.9iron.club" class="iconbutton">
 | 
			
		||||
					<i class="fa fa-gitea"></i>
 | 
			
		||||
@@ -28,7 +27,7 @@
 | 
			
		||||
					<p>Centralized statistics dashboard</p>
 | 
			
		||||
				</a>
 | 
			
		||||
			</div>
 | 
			
		||||
			<h1>Communication Services</h1>
 | 
			
		||||
			<div class="break"></div>
 | 
			
		||||
			<div class="iconbuttoncontainer">
 | 
			
		||||
				<a href="https://cowfee.moe" class="iconbutton">
 | 
			
		||||
					<i class="fa fa-pleroma"></i>
 | 
			
		||||
@@ -41,7 +40,7 @@
 | 
			
		||||
					<p>Federated messaging client, more similar to Slack than Discord</p>
 | 
			
		||||
				</a>
 | 
			
		||||
			</div>
 | 
			
		||||
			<h1>Games</h1>
 | 
			
		||||
			<div class="break"></div>
 | 
			
		||||
			<div class="iconbuttoncontainer">
 | 
			
		||||
				<a href="/minecraft" class="iconbutton">
 | 
			
		||||
					<i class="fa fa-gamepad"></i>
 | 
			
		||||
 
 | 
			
		||||
@@ -10,6 +10,7 @@
 | 
			
		||||
:root {
 | 
			
		||||
	--background-bright: #fdfcfa;
 | 
			
		||||
	--background: #ecebe9;
 | 
			
		||||
	--line: #d6d5d3;
 | 
			
		||||
	--link: #286a9d;
 | 
			
		||||
	--link-hover: #3ea5f3;
 | 
			
		||||
	--shadow: 8px -5px #d6d5d3;
 | 
			
		||||
@@ -72,7 +73,7 @@ a.quickbutton:hover {
 | 
			
		||||
div.break {
 | 
			
		||||
	width: 4em;
 | 
			
		||||
	margin: 2em auto;
 | 
			
		||||
	border-bottom: 3px double var(--text);
 | 
			
		||||
	border-bottom: 3px double var(--line);
 | 
			
		||||
}
 | 
			
		||||
img.bigimg {
 | 
			
		||||
	border-radius: 8px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user