Refined Portal links page

This commit is contained in:
Peter Zimon 2020-08-27 16:06:00 +02:00
parent 18cc1a2b91
commit 5b8ccabee2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<div class="gh-portal-links-container">
<div class="gh-portal-links-main">
<h2>Links</h2>
<p>Use these {{if isLink "links" "data attributes"}} to show pages of Portal.</p>
<p>Use these {{if isLink "links" "data attributes"}} in your theme to show pages of Portal.</p>
<table class="gh-portal-links-table">
<tr class="header">
<td><h4>Page</h4></td>

View File

@ -348,7 +348,7 @@
position: relative;
display: flex;
box-sizing: border-box;
top: 100px;
top: 95px;
flex-direction: column;
justify-content: flex-start;
overflow: hidden;
@ -375,7 +375,7 @@
.gh-portal-links-table {
width: 100%;
padding: 0;
margin: 0;
margin: 20px 0 0;
}
.gh-portal-links-table tr td {