mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Image profile class
This commit is contained in:
13
main.less
13
main.less
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user