1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2025-02-16 14:13:56 +00:00
estus/static/style.css

20 lines
169 B
CSS
Raw Normal View History

2017-02-01 08:21:18 +01:00
.goldfish
{
width: 25%;
2017-02-01 08:21:18 +01:00
}
.monospace
2017-02-01 08:21:18 +01:00
{
font-family: "Consolas", monospace;
2017-02-01 08:21:18 +01:00
}
.btn-right
{
margin-right: 16px;
}
body
{
padding-top: 70px; /*Per la navbar*/
}