aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/stylesheets/base.scss
blob: 37bdade1e7d1d2b3921a6a9f45788e9531474b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
  padding: 20px;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  text-align: center;
  font-size: small;
}

.search-group {
  .search-btn {
    position: relative;
    left: -40px;
    top: 0;

    &:hover { text-decoration: none; }
  }
}