mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
update styles
This commit is contained in:
parent
27d323ac84
commit
644bfd377c
@ -8,6 +8,7 @@ body {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
background-color: #fefefe;
|
background-color: #fefefe;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a { color: #07a; }
|
a { color: #07a; }
|
||||||
@ -21,6 +22,7 @@ img[class="centered"] {
|
|||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
th, td {
|
th, td {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
@ -53,3 +55,7 @@ figcaption {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article {
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user