Skip to content

Commit

Permalink
fixed overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zolon4 committed Nov 8, 2016
1 parent d546da7 commit 9b40432
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 405 deletions.
12 changes: 6 additions & 6 deletions css/space.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/space.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions css/space.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,23 @@

$blue: #0000FF
$green: #00D2A3

html
overflow-x: hidden
overflow: hidden
overflow-y: scroll
body
height: 100%
background: url("../images/squiggles.png")
background-size: 100%


a:hover
text-decoration: none
.top
display: flex
align-items: center
overflow-x: hidden
height: 80vh
width: 100%
img
Expand Down Expand Up @@ -79,10 +86,6 @@ a:hover
letter-spacing: 2px

@media (max-width: 800px)
body
overflow-x: hidden
.top
margin-left: 20px

.bottom
margin-top: 0px
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

</head>
<body>
<div class="container-fluid">
<div class="top">
<div class="row">
<div class="col-sm-8 offset-sm-2">
Expand Down Expand Up @@ -85,5 +86,6 @@ <h4>DayTripprr</h4>
</div>
</div>
</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sass --watch css/space.css.sass:css/space.css
Loading

0 comments on commit 9b40432

Please sign in to comment.