add immoweb ui
This commit is contained in:
parent
7e8c79d3d1
commit
151da16c27
266 changed files with 264879 additions and 0 deletions
21
immoweb/node_modules/rivets/docs/css/responsive.styl
generated
vendored
Normal file
21
immoweb/node_modules/rivets/docs/css/responsive.styl
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
@media(min-width: 1200px)
|
||||
.container
|
||||
width 970px
|
||||
|
||||
// Portrait tablet to landscape and desktop
|
||||
|
||||
@media(max-width: 991px)
|
||||
aside
|
||||
display none
|
||||
|
||||
// Landscape phone to portrait tablet
|
||||
|
||||
@media(max-width: 767px)
|
||||
header #menu
|
||||
ul
|
||||
li
|
||||
margin 0 0 0.5em
|
||||
display block
|
||||
|
||||
section.intro .blurb
|
||||
font-size 28px
|
||||
Loading…
Add table
Add a link
Reference in a new issue