Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Issues [#31]&[#30] #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ nav .cart-overview a {
color: #fff;
}

@media all and (max-width: 990px) {
@media all and (max-width: 1155px) {
.offscreen-container {
width: 100vw;
}
Expand All @@ -556,8 +556,18 @@ nav .cart-overview a {
transform: none !important;
}
}
div.row.content{
z-index : -1;
}

.ace_content{
cursor: text;
}

@media all and (max-width: 990px) {
@media all and (max-width: 1155px) {
#gamediv canvas{
margin: auto;
}
nav.fixed {
position: absolute !important;
opacity: 1 !important;
Expand Down Expand Up @@ -799,7 +809,7 @@ nav.transparent {
visibility: visible;
}

@media all and (max-width: 990px) {
@media all and (max-width: 1155px) {
nav.transparent .nav-open {
background: #fff;
}
Expand Down Expand Up @@ -1254,7 +1264,7 @@ h1.large {
font-weight: 100;
}

@media all and (max-width: 990px) {
@media all and (max-width: 1155px) {
h1.large {
font-size: 56px;
line-height: 64px;
Expand Down Expand Up @@ -1543,7 +1553,7 @@ ul.lead li {
.menuContent{
display: none;
}
@media (max-width: 1023px){
@media (max-width: 1155px){

.content {
display: block;
Expand Down