mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
further styles
This commit is contained in:
parent
cc571a00a1
commit
2225c76806
1 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
border-bottom: 1px solid grey;
|
||||
color: #333;
|
||||
text-transform: uppercase;
|
||||
max-width: 90%;
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
.parsedown-section h2 {
|
||||
|
@ -13,7 +13,7 @@
|
|||
border-bottom: 1px solid grey;
|
||||
color: #333;
|
||||
text-transform: uppercase;
|
||||
max-width: 85%;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.parsedown-section h3 {
|
||||
|
@ -22,7 +22,7 @@
|
|||
border-bottom: 1px solid grey;
|
||||
color: #444;
|
||||
text-transform: capitalize;
|
||||
max-width: 80%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.parsedown-section h4 {
|
||||
|
@ -31,7 +31,7 @@
|
|||
border-bottom: 1px solid grey;
|
||||
color: #444;
|
||||
text-transform: capitalize;
|
||||
max-width: 75%;
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
.parsedown-section h5 {
|
||||
|
@ -41,7 +41,7 @@
|
|||
color: #555;
|
||||
text-transform: lowercase;
|
||||
font-weight: normal;
|
||||
max-width: 70%;
|
||||
max-width: 55%;
|
||||
}
|
||||
|
||||
.parsedown-section h6 {
|
||||
|
@ -51,7 +51,7 @@
|
|||
color: #555;
|
||||
text-transform: lowercase;
|
||||
font-weight: normal;
|
||||
max-width: 65%;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.parsedown-section table {
|
||||
|
|
Loading…
Reference in a new issue