Browse Source

update main.css (mostly image sizing in article body).

stable
Craig Oates 2 years ago
parent
commit
73c4a1cd16
  1. 18
      static/css/main.css

18
static/css/main.css

@ -223,6 +223,7 @@ input[type=number] {
padding: 8px 0px; padding: 8px 0px;
border: none; border: none;
max-width: 600px; max-width: 600px;
background: #905da1;
color: white; color: white;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@ -234,7 +235,7 @@ input[type=number] {
.be-gui-button { .be-gui-button {
height: 42px; height: 42px;
font-size: 16px; font-size: 16px;
} }
.be-gui-link:hover , .be-gui-link:hover ,
@ -243,7 +244,7 @@ input[type=number] {
.be-gui-button-no-text:hover { .be-gui-button-no-text:hover {
background: #473951; background: #473951;
text-decoration: none; text-decoration: none;
color: white; /* color: white; */
} }
.be-gui-link:visited, .be-gui-link:visited,
@ -783,6 +784,19 @@ hr {
width: 100%; width: 100%;
} }
.fe-article-body img {
max-width: 350px;
height: auto;
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:880px) {
.fe-article-body img {
max-width: 880px;
}
/* big landscape tablets, laptops, and desktops */ /* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) { @media (min-width:1025px) {
} }

Loading…
Cancel
Save