adjustments to appearance
This commit is contained in:
parent
f8e3186ee7
commit
a1899f1c48
2 changed files with 14 additions and 18 deletions
|
@ -104,32 +104,26 @@ article li {
|
|||
border-radius: 5px;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tags, .plugs {
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tags p {
|
||||
.tags p, .plugs p {
|
||||
text-align: left;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
padding-right: 10px;
|
||||
display: flex;
|
||||
height: 50px;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
columns: 2;
|
||||
}
|
||||
|
||||
nav ul, .plugs ul {
|
||||
text-align:right;
|
||||
list-style: none;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
@ -138,7 +132,7 @@ nav li a:link {
|
|||
color: darkgreen;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -150,16 +144,18 @@ nav li a:visited {
|
|||
.plugs ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.plugs li {
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.plugs li a {
|
||||
display: inline-block;
|
||||
padding-top: 5px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.plugs svg {
|
||||
|
@ -275,7 +271,7 @@ h2 {
|
|||
|
||||
.sidebar a {
|
||||
display: inline-block;
|
||||
padding: 0 5px 0;
|
||||
padding: 5px;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
<div class="plugs">
|
||||
Find me elsewhere:
|
||||
<p>Find me elsewhere:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a alt="find me on mastodon" href="https://chaos.social/@nek0" title="mastodon">
|
||||
|
|
Loading…
Reference in a new issue