mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-13 19:46:19 +00:00
redo UI screenshots, fix the responsiveness of the image slider for wgportal.org
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 131 KiB |
Binary file not shown.
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 131 KiB |
@@ -68,7 +68,7 @@
|
|||||||
}
|
}
|
||||||
.tx-hero__image {
|
.tx-hero__image {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
min-width: 600px;
|
min-width: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -218,7 +218,7 @@
|
|||||||
|
|
||||||
.secondary-section .g .section .component-wrapper .responsive-grid .card {
|
.secondary-section .g .section .component-wrapper .responsive-grid .card {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #fff none repeat scroll 0% 0%;
|
background-color: #fff;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -363,7 +363,6 @@
|
|||||||
<h1>A beautiful and simple UI to manage your WireGuard peers and interfaces</h1>
|
<h1>A beautiful and simple UI to manage your WireGuard peers and interfaces</h1>
|
||||||
<p>WireGuard Portal is an open source web-based user interface that makes it easy to setup and manage
|
<p>WireGuard Portal is an open source web-based user interface that makes it easy to setup and manage
|
||||||
WireGuard VPN connections. It's built on top of WireGuard's official <span class="em">wgctrl</span> library.</p>
|
WireGuard VPN connections. It's built on top of WireGuard's official <span class="em">wgctrl</span> library.</p>
|
||||||
</p>
|
|
||||||
<a
|
<a
|
||||||
href="documentation/overview/"
|
href="documentation/overview/"
|
||||||
title="Get Started"
|
title="Get Started"
|
||||||
|
Reference in New Issue
Block a user