This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/_base.sass

28 lines
399 B
Sass
Raw Normal View History

2016-03-10 21:30:15 +00:00
body
2016-03-17 08:44:33 +00:00
padding-top: 60px
2015-07-09 07:40:05 +00:00
2016-03-10 21:30:15 +00:00
main
2015-12-24 08:13:16 +00:00
a:link,
2016-03-10 21:30:15 +00:00
a:hover
2016-03-17 08:44:33 +00:00
border-bottom: 1px solid
text-decoration: none
2015-10-26 20:07:58 +00:00
2016-03-10 21:30:15 +00:00
img
2016-03-17 08:44:33 +00:00
@extend .img-responsive
2016-04-17 17:01:12 +00:00
2017-05-20 07:07:25 +00:00
p img
margin: 1.5em 0
2016-04-17 17:01:12 +00:00
.embed-container
padding: 56.25% 0 0
position: relative
width: 100%
iframe,
embed
height: 100%
left: 0
position: absolute
top: 0
width: 100%