Image profile class

This commit is contained in:
Nishanth Shanmugham
2015-10-14 16:28:31 -05:00
parent 4331c6ee6d
commit e7c05bde28
2 changed files with 44 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
@vspacing: @base-font-size*2;
@monospace-font-stack: ~"'Ubuntu Mono', 'Menlo', monospace";
@body-font-stack: ~"'Open Sans', 'Helvetica Neue', 'Arial', sans-serif";
@body-font-stack: ~"'Proxima Nova', 'Helvetica Neue', 'Arial', sans-serif";
@heading-font-stack: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
@special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
@@ -549,6 +549,17 @@ img {
max-width: 100%;
}
img.profile {
min-width:100%;
}
@media (min-width: 550px) {
img.profile {
min-width: 400px;
max-width: 400px !important;
}
}
.page-heading a {
color: @black;
}