Compare commits

...

3 commits

Author SHA1 Message Date
de2af53f60 made news look better 2024-10-22 13:24:12 +02:00
c9a6ac611b added a note 2024-10-22 10:35:43 +02:00
c9b2983dfe changed news list padding 2024-10-22 10:34:36 +02:00
3 changed files with 11 additions and 3 deletions

View file

@ -162,7 +162,7 @@
<div class="cmm-sidebar">
<h2 style="margin-top: 0px;" >News</h2>
<ul>
<ul style="padding-top: 0px;">
<li>

View file

@ -23,7 +23,7 @@
with basic information that we need to accept. The rest is just sitting back
and waiting for admin response.<br><br>
<strong>Note:</strong> We will need your real email address to give you info
about your registration status.
<strong>Note:</strong> You might not get a response.
</p>
<br>
<div class="flex">

View file

@ -76,8 +76,16 @@ a {
padding: 15px;
}
.cmm-sidebar li {
border: var(--background2) 2px dotted;
background-color: #1c1923;
padding: 8px;
list-style: none;
margin-bottom: 5px;
}
.cmm-sidebar ul {
padding: 20px;
padding: 5px;
/* border: var(--background2) dashed 2px */
}