@@ -511,11 +511,6 @@ td { | |||
visibility: hidden; | |||
} | |||
div.figure { | |||
align-items: center; | |||
text-align: center; | |||
} | |||
img.shadowed, div.figure img { | |||
margin: 0 auto; | |||
box-shadow: 0px 0px 10px rgba(10,10,10,0.3); | |||
@@ -1164,7 +1159,6 @@ div.figure p { | |||
padding: 1.618em 3.236em; | |||
height: 100%; | |||
max-width: 800px; | |||
margin: auto; | |||
} | |||
.side-nav-search { | |||
@@ -1263,6 +1257,11 @@ div.figure p { | |||
} | |||
@media only screen and (max-width: 480px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.form input[type="text"] { | |||
margin-bottom: 0.3em; | |||
display: block; | |||
@@ -1275,6 +1274,11 @@ div.figure p { | |||
} | |||
@media screen and (max-width: 480px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.mobile-hide { | |||
display: none; | |||
} | |||
@@ -1289,6 +1293,11 @@ div.figure p { | |||
} | |||
@media screen and (max-width: 768px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.nav-top { | |||
display: block; | |||
} | |||
@@ -511,11 +511,6 @@ td { | |||
visibility: hidden; | |||
} | |||
div.figure { | |||
align-items: center; | |||
text-align: center; | |||
} | |||
img.shadowed, div.figure img { | |||
margin: 0 auto; | |||
box-shadow: 0px 0px 8px rgba(10,10,10,0.2) | |||
@@ -1164,7 +1159,6 @@ div.figure p { | |||
padding: 1.618em 3.236em; | |||
height: 100%; | |||
max-width: 800px; | |||
margin: auto; | |||
} | |||
.side-nav-search { | |||
@@ -1263,6 +1257,11 @@ div.figure p { | |||
} | |||
@media only screen and (max-width: 480px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.form input[type="text"] { | |||
margin-bottom: 0.3em; | |||
display: block; | |||
@@ -1275,6 +1274,11 @@ div.figure p { | |||
} | |||
@media screen and (max-width: 480px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.mobile-hide { | |||
display: none; | |||
} | |||
@@ -1289,6 +1293,11 @@ div.figure p { | |||
} | |||
@media screen and (max-width: 768px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.nav-top { | |||
display: block; | |||
} | |||
@@ -511,11 +511,6 @@ td { | |||
visibility: hidden; | |||
} | |||
div.figure { | |||
align-items: center; | |||
text-align: center; | |||
} | |||
img.shadowed, div.figure img { | |||
margin: 0 auto; | |||
box-shadow: 0px 0px 10px rgba(10,10,10,0.3); | |||
@@ -1164,7 +1159,6 @@ div.figure p { | |||
padding: 1.618em 3.236em; | |||
height: 100%; | |||
max-width: 800px; | |||
margin: auto; | |||
} | |||
.side-nav-search { | |||
@@ -1263,6 +1257,11 @@ div.figure p { | |||
} | |||
@media only screen and (max-width: 480px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.form input[type="text"] { | |||
margin-bottom: 0.3em; | |||
display: block; | |||
@@ -1275,6 +1274,11 @@ div.figure p { | |||
} | |||
@media screen and (max-width: 480px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.mobile-hide { | |||
display: none; | |||
} | |||
@@ -1289,6 +1293,11 @@ div.figure p { | |||
} | |||
@media screen and (max-width: 768px) { | |||
img { | |||
max-width: 100%; | |||
height:auto; | |||
} | |||
.nav-top { | |||
display: block; | |||
} | |||