fixed css for diary entries hopefully; 1/15 diary entrie
This commit is contained in:
@@ -23,13 +23,11 @@
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
/* */
|
||||
|
||||
* {
|
||||
padding:0;
|
||||
margin:0;
|
||||
font-family: 'pf_ronda_sevenregular', sans-serif;
|
||||
/*background-color: #0C0227;/*#060114;/*#0F0233;/*#071013;*/
|
||||
font-size: 1em;
|
||||
}
|
||||
html, body {
|
||||
@@ -149,6 +147,7 @@ img {
|
||||
color: #C0AAC0;
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
text-overflow: clip;
|
||||
}
|
||||
.top a {
|
||||
color: #C0AAC0;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
max-width: 55ch;
|
||||
margin: auto;
|
||||
margin-top: 0em;
|
||||
/* margin-right: 1.5em;*/
|
||||
}
|
||||
.sidebar {
|
||||
max-width: 30ch;
|
||||
|
||||
@@ -9,18 +9,21 @@ img {
|
||||
.content-grid {
|
||||
grid-area: 3 / 1 / 4 / 4;
|
||||
max-width: MAX(50em, 50%);
|
||||
display: grid;
|
||||
display: column;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
grid-template-rows: 1fr auto;
|
||||
grid-column-gap: 0em;
|
||||
grid-row-gap: 0em;
|
||||
margin: auto;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.diary-entry {
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
word-wrap: break-word;
|
||||
max-width: 55ch;
|
||||
margin: auto;
|
||||
}
|
||||
.diary-title {
|
||||
background-color: #585c88;
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
.sidebar {
|
||||
grid-area: 2 / 2 / 2 / 3;
|
||||
display: row;
|
||||
/* grid-template-columns: auto;
|
||||
grid-template-rows: repeat(4, auto);*/
|
||||
grid-column-gap: 0em;
|
||||
grid-row-gap: 0em;
|
||||
/* align-content: start;
|
||||
padding-left: 0em;*/
|
||||
}
|
||||
|
||||
.sidebar a:link {
|
||||
|
||||
Reference in New Issue
Block a user