Archived
1
0
Fork 0
This repository has been archived on 2024-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-icone/style/mastodonFooter.css
Rick 0cf6459986
Modification affichage, close #1
Utilisation de display au lieu de position pour redimenssioner automatiquement la div.
2020-05-31 11:50:35 +02:00

36 lines
569 B
CSS

#petitAffichage {
display: inline-block;
height: 65px;
padding: 10px;
margin: 0;
padding-bottom: 15px;
border-radius: 25px;
background-color: #414141;
}
#petitAffichage a {
display: flex;
color: white;
text-decoration: none;
}
#photoMasto {
margin-right: 10px;
border-radius: 360px;
border-color: black;
border-style: solid;
}
#infoTextMasto {
margin:10px;
}
#infoTextMasto p {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
#nomCompteMasto {
padding-top: 10px;
color: #778899;
}