removed header margin on top of the page
This commit is contained in:
parent
57d7027492
commit
438e37fcb5
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
<div class="cm-main flex">
|
||||
<div class="cmm-content">
|
||||
|
||||
<h2 id="welcome">Welcome!</h2>
|
||||
<h2 style="margin-top: 0px;" id="welcome">Welcome!</h2>
|
||||
<p>
|
||||
This is a community of dragon <a href="https://www.fsf.org/about/what-is-free-software">Free and Open Source software</a> enthusiasts. We are building
|
||||
our own internet ecosystem of services which we can trust and feel safe at.<br>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<div class="cmmc-service-box">
|
||||
<strong>Invidious</strong><br>
|
||||
<p>Lightweight Youtube front-end that doesn't spy on you.</p>
|
||||
<a href="https://yt.drgnz.club">Visit</a>
|
||||
<a href="https://yt.drgnz.club">Visit</a>
|
||||
</div> <!-- CMMC SERVICE BOX END -->
|
||||
|
||||
<div class="cmmc-service-box">
|
||||
|
@ -161,7 +161,7 @@
|
|||
</div> <!-- CMMC STAFF CONTAINER END -->
|
||||
<div class="cmm-sidebar">
|
||||
|
||||
<h2>News</h2>
|
||||
<h2 style="margin-top: 0px;" >News</h2>
|
||||
<ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue