devel_custom_hugo_theme to master #4

Manually merged
stefan merged 44 commits from devel_custom_hugo_theme into master 2020-03-16 18:22:11 +00:00
Showing only changes of commit 85704540e6 - Show all commits

View File

@ -48,6 +48,11 @@ footer{
background-color: hsl(42, 100%, 45%); background-color: hsl(42, 100%, 45%);
} }
.card-footer .btn{
border-top-left-radius: 0;
border-top-right-radius: 0;
}
@media all and (max-width: 900px) { @media all and (max-width: 900px) {
.card-deck { .card-deck {
display:block!important; display:block!important;