oliverdavies.uk/sass/partials/_base.scss

16 lines
189 B
SCSS
Raw Normal View History

2015-03-29 22:09:21 +00:00
body {
2015-12-24 08:13:16 +00:00
padding-top: 60px;
2015-06-14 02:27:41 +00:00
}
2015-07-09 07:40:05 +00:00
2015-10-26 20:07:58 +00:00
main {
2015-12-24 08:13:16 +00:00
a:link,
a:hover {
border-bottom: 1px solid;
text-decoration: none;
}
2015-10-26 20:07:58 +00:00
2015-12-24 08:13:16 +00:00
img {
@extend .img-responsive;
}
2015-07-09 07:40:05 +00:00
}