mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-22 07:34:19 +00:00
37 lines
377 B
CSS
37 lines
377 B
CSS
.monospace
|
|
{
|
|
font-family: "Consolas", monospace;
|
|
}
|
|
|
|
.btn-right
|
|
{
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.navbar-brand
|
|
{
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.navbar-brand img
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
.goldfish
|
|
{
|
|
max-height: 31px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.container-lower
|
|
{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
body
|
|
{
|
|
padding-top: 70px; /*Per la navbar*/
|
|
}
|