Browse Source

update main.css (front-end archive entry).

stable
Craig Oates 1 year ago
parent
commit
bb4fbe1a00
  1. 41
      static/css/main.css

41
static/css/main.css

@ -677,6 +677,47 @@ hr {
text-align: center;
}
.fe-article {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.fe-article-header {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 12px 0px;
}
.fe-article-header h1 {
padding: 0px;
margin: 0px;
}
.fe-article-header img {
/* max-width: 100px; */
height: 100px;
}
.flex-row {
display: flex;
flex-direction: row;
align-items: center;
}
.fe-article-header p {
padding: 0px;
margin: 0px;
}
.fe-article-body {
max-width: 880px;
width: 100%;
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
}

Loading…
Cancel
Save