mirror of
https://github.com/safing/web
synced 2025-09-01 02:29:02 +00:00
Fix contact sub page
front page css interfered with the map icon
This commit is contained in:
parent
c24787bea0
commit
79d0e5215e
2 changed files with 38 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
content .map{
|
||||
content > .map{
|
||||
color: black;
|
||||
height: 55vh;
|
||||
display: grid;
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
layout: page
|
||||
layout: page_column
|
||||
title: Contact
|
||||
heading: Contact
|
||||
---
|
||||
<div class="ui container">
|
||||
<div class="contact-text">
|
||||
|
||||
<div class="contact-text">
|
||||
<h4>We'd like to hear from you: <span class="contact-email">@</span>.</h4>
|
||||
</div>
|
||||
|
||||
<div class="imprint">
|
||||
</div>
|
||||
|
||||
<div class="imprint">
|
||||
<h4>Legal</h4>
|
||||
|
||||
<p>
|
||||
|
@ -50,7 +49,6 @@ heading: Contact
|
|||
Although our code is free, it is very important that we strictly enforce our trademark rights, in order to be able to protect our users against people who use the marks to commit fraud. This means that, while you have considerable freedom to redistribute and modify our software, there are tight restrictions on your ability to use our names and logos in ways which fall in the domain of trademark law, even when built into binaries that we provide.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-image" style="margin-bottom: -6px;">
|
||||
|
|
Loading…
Add table
Reference in a new issue