Move inline CSS into _base.scss
This commit is contained in:
parent
2e004c7b1a
commit
c561cfd346
2 changed files with 10 additions and 11 deletions
|
@ -2,7 +2,14 @@ body {
|
|||
padding-top: 60px;
|
||||
}
|
||||
|
||||
main img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
main {
|
||||
a:link,
|
||||
a:hover {
|
||||
border-bottom: 1px solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
@extend .img-responsive;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue