logo margin

This commit is contained in:
sprechtl 2022-09-25 23:55:14 +02:00
parent 220531b951
commit c734aef845

View file

@ -95,7 +95,6 @@
} }
body { body {
display: flex;
align-items: center; align-items: center;
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px;
@ -122,4 +121,8 @@
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.img-fluid{
margin-bottom: 15px;
}
</style> </style>