mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Bit more styling to brand assets
This commit is contained in:
parent
b85e8ceb9e
commit
7e74f632b9
2 changed files with 9 additions and 3 deletions
|
@ -1390,7 +1390,13 @@ a.tag:hover {
|
|||
padding: 25px 40px 40px 40px;
|
||||
}
|
||||
.brand-asset {
|
||||
margin-bottom: 2.7em;
|
||||
margin-bottom: 2em;
|
||||
float: left;
|
||||
clear: both;
|
||||
background: rgba(228, 228, 228, 0.42);
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 26px 0 5px;
|
||||
p {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
<p><a href="mailto:press@neocities.org"><i class="fa fa-envelope-o"></i> press@neocities.org</a></p>
|
||||
|
||||
<h2>Brand Assets</h2>
|
||||
<div class="brand-asset" style="margin-bottom: 2.3em;">
|
||||
<a href="/img/neocitieslogo.svg" download="neocitieslogo.svg"><img src="/img/neocitieslogo.svg" style="width:100px; margin: -10px 0;"></a>
|
||||
<div class="brand-asset">
|
||||
<a href="/img/neocitieslogo.svg" download="neocitieslogo.svg"><img src="/img/neocitieslogo.svg" style="width:100px; margin: -5px 0;"></a>
|
||||
<p>Download: <a href="/img/neocitieslogo.svg" download="neocitieslogo.svg">SVG</a> | <a href="/img/neocitieslogo.png" download="neocitieslogo.png">PNG</a></p>
|
||||
</div>
|
||||
<div class="brand-asset">
|
||||
|
|
Loading…
Add table
Reference in a new issue