Reduce jumbotron padding

This commit is contained in:
Kristóf Tóth 2018-02-13 17:15:41 +01:00
parent d1a7fe2193
commit e4431a50f4

View File

@ -29,3 +29,7 @@
.logo {
animation: heartbeat 1s infinite;
}
.jumbotron {
padding: 2vh;
}