mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
book reviews redo
This commit is contained in:
@@ -100,7 +100,7 @@ p, li {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
a, a p {
|
||||
color: #a0a0a0a0;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -718,6 +718,10 @@ a {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.fullHeight {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.chess {
|
||||
max-width: 300px;
|
||||
border: none;
|
||||
@@ -892,8 +896,10 @@ a {
|
||||
}
|
||||
|
||||
.bookReview {
|
||||
width: 6em;
|
||||
width: min(100%, 30em);
|
||||
padding: 1em;
|
||||
border: solid 3px rgba(139, 36, 36, 0.5);
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.bookcover {
|
||||
@@ -901,9 +907,10 @@ a {
|
||||
}
|
||||
|
||||
.booklist {
|
||||
margin: min(10em, 10%);
|
||||
/* margin: min(10em, 10%);
|
||||
margin-bottom: 2em;
|
||||
margin-top: 2em;
|
||||
margin-top: 2em; */
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.boxed {
|
||||
@@ -913,6 +920,10 @@ a {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.emPad {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.timeitem {
|
||||
transition: .4s;
|
||||
overflow-y: clip;
|
||||
|
||||
Reference in New Issue
Block a user