Main genişliği 75% yapıldı, fotoğraf max genişliği 450px oldu.

master
Özcan Oğuz 3 years ago committed by Orcun Serce
parent 4305ae66da
commit 610742c431
  1. 6
      src/theme/css/general.css
  2. 3
      src/theme/css/variables.css

@ -89,7 +89,11 @@ h4 a.header:target {
.content ul { line-height: 1.45em; }
.content a { text-decoration: none; }
.content a:hover { text-decoration: underline; }
.content img { max-width: 100%; }
.content img {
max-width: var(--img-max-width);
margin-left: auto;
margin-right: auto;
}
.content .header:link,
.content .header:visited {
color: var(--fg);

@ -4,8 +4,9 @@
:root {
--sidebar-width: 300px;
--page-padding: 15px;
--content-max-width: 750px;
--content-max-width: 75%;
--menu-bar-height: 50px;
--img-max-width: 450px;
}
/* Themes */

Loading…
Cancel
Save