site.css 270 Bytes
Newer Older
1
body {
Alexander Makarov committed
2
  padding-top: 70px;
3 4
}

Alexander Makarov committed
5 6 7 8 9
.footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
10 11 12
}

.jumbotron {
Alexander Makarov committed
13 14
  text-align: center;
  background-color: transparent;
15 16
}
.jumbotron .btn {
Alexander Makarov committed
17 18
  font-size: 21px;
  padding: 14px 24px;
19
}