1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-22 07:34:19 +00:00
estus/static/style.css
Stefano Pigozzi 4ec935a00e Aggiunta la navbar
ma non l'avevo già fatto ieri?
2017-02-02 08:19:45 +01:00

19 lines
169 B
CSS

.goldfish
{
width: 25%;
}
.monospace
{
font-family: "Consolas", monospace;
}
.btn-right
{
margin-right: 16px;
}
body
{
padding-top: 70px; /*Per la navbar*/
}