Added bootstrap package
This commit is contained in:
parent
2b3c9a5868
commit
d7664cbf84
10 changed files with 62 additions and 61 deletions
|
|
@ -31,7 +31,7 @@ body {
|
|||
ul li {
|
||||
float: left;
|
||||
|
||||
&:first-child {
|
||||
&:first-child, &:nth-child(2) {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ body {
|
|||
}
|
||||
|
||||
@include breakpoint(tablet) {
|
||||
.Footer ul li:first-child {
|
||||
.Footer ul li:first-child, .Footer ul li:nth-child(2) {
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue