1
0
mirror of https://github.com/avatao-content/frontend-tutorial-framework synced 2025-01-27 02:41:57 +00:00

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;
}