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