Re-structured styles
This commit is contained in:
parent
d29eadddfb
commit
f6b0b786af
15 changed files with 15 additions and 24 deletions
15
styles/_base.scss
Normal file
15
styles/_base.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
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