@@ -48,17 +48,19 @@ article {
|
||||
overflow-y: auto;
|
||||
}
|
||||
article img {
|
||||
max-width: 100%;
|
||||
max-height: 25vh;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
article img:nth-child(odd) {
|
||||
float: right;
|
||||
}
|
||||
|
||||
article img:nth-child(even) {
|
||||
max-width: 25vh;
|
||||
max-height: 100%;
|
||||
margin: 0.5em 1em;
|
||||
padding: .2em;
|
||||
clear: both;
|
||||
border: 1px solid #bbb;
|
||||
border-radius: .2rem;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
article p {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
article h1:first-child {
|
||||
@@ -69,6 +71,7 @@ h1,
|
||||
h2,
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -154,7 +157,7 @@ article p:last-child {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
progress {
|
||||
#video-progress progress {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 0.5vh;
|
||||
|
||||
Reference in New Issue
Block a user