mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
Compare commits
1 commit
43c2e25c78
...
3e70df61c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e70df61c0 |
2 changed files with 30 additions and 34 deletions
|
|
@ -26,22 +26,6 @@ a:hover {
|
||||||
border-color: currentColor;
|
border-color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lists */
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: square;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tables */
|
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
table {
|
|
||||||
display: block;
|
|
||||||
overflow: auto;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code and quotes*/
|
/* Code and quotes*/
|
||||||
|
|
||||||
pre, blockquote {
|
pre, blockquote {
|
||||||
|
|
@ -88,7 +72,11 @@ figure.image figcaption {
|
||||||
margin-top: 1.0rem;
|
margin-top: 1.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Entries */
|
/* Lists */
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: square;
|
||||||
|
}
|
||||||
|
|
||||||
.entry:last-child,
|
.entry:last-child,
|
||||||
.entry {
|
.entry {
|
||||||
|
|
@ -100,6 +88,16 @@ figure.image figcaption {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tables */
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
table {
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Stripes */
|
/* Stripes */
|
||||||
|
|
||||||
.stripesContainer {
|
.stripesContainer {
|
||||||
|
|
|
||||||
|
|
@ -26,22 +26,6 @@ a:hover {
|
||||||
border-color: currentColor;
|
border-color: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lists */
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: square;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tables */
|
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
table {
|
|
||||||
display: block;
|
|
||||||
overflow: auto;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code and quotes*/
|
/* Code and quotes*/
|
||||||
|
|
||||||
pre, blockquote {
|
pre, blockquote {
|
||||||
|
|
@ -88,7 +72,11 @@ figure.image figcaption {
|
||||||
margin-top: 1.0rem;
|
margin-top: 1.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Entries */
|
/* Lists */
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: square;
|
||||||
|
}
|
||||||
|
|
||||||
.entry:last-child,
|
.entry:last-child,
|
||||||
.entry {
|
.entry {
|
||||||
|
|
@ -100,6 +88,16 @@ figure.image figcaption {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tables */
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
table {
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Stripes */
|
/* Stripes */
|
||||||
|
|
||||||
.stripesContainer {
|
.stripesContainer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue