CSS org
This commit is contained in:
@@ -99,20 +99,29 @@ sup {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #ddd;
|
||||
padding: 1px 1ch;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.references, .footnotes {
|
||||
font-size: 0.8em;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
// IMAGES
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
@@ -134,16 +143,13 @@ img {
|
||||
}
|
||||
}
|
||||
|
||||
.references, .footnotes {
|
||||
font-size: 0.8em;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
// CODE
|
||||
|
||||
ul {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
code {
|
||||
background-color: #ddd;
|
||||
padding: 1px 1ch;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.highlight, pre {
|
||||
@@ -164,6 +170,8 @@ pre {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
// AUDIO
|
||||
|
||||
.music-track {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user