Main website responsiveness
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
=content-top-background
|
||||
.left
|
||||
position: absolute
|
||||
bottom: 0
|
||||
left: 0
|
||||
background-image: image-url('theme1/floor-left.jpg')
|
||||
background-position: right
|
||||
height: $cth-height
|
||||
width: 50%
|
||||
.right
|
||||
position: absolute
|
||||
bottom: 0
|
||||
right: 0
|
||||
background-image: image-url('theme1/floor-right.jpg')
|
||||
background-position: left
|
||||
height: $cth-height
|
||||
width: 50%
|
||||
.content-container
|
||||
position: relative
|
||||
max-width: $content-max-width
|
||||
Reference in New Issue
Block a user