Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/theme.css')
-rw-r--r--static/css/theme.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index bef760c..59902bc 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -1173,6 +1173,22 @@ min-height: 300px;
width: 100%;
}
+@media (max-width:768px) {
+ .hide_xs {
+ display: none;
+ }
+}
+@media (min-width:768px) and (max-width:1200px) {
+ .hide_sm {
+ display: none;
+ }
+}
+@media (min-width:1200px) {
+ .hide_lg {
+ display: none;
+ }
+}
+
.projects-link .row {
margin: 0px;
}