Migliorie grafiche al sito. Aggiunti contenuti.

This commit is contained in:
Emiliano Vavassori 2020-12-05 20:52:41 +01:00
parent 0dead98294
commit 6788b5ea00
17 changed files with 314 additions and 224 deletions

View file

@ -0,0 +1,22 @@
/* vim:sts=2:sw=2 */
.social
{
align-self: auto;
display: inline-block;
margin-top: auto;
}
.social a
{
color: white;
font-size: 16px;
border-radius: 3px;
padding: 0.1em 0.2em;
}
.social a:hover
{
background-color: #73d08a;
text-decoration: none;
color: #3a7c78;
}