evol(style) : modification du style pour rendre les articles moins
larges et aussi de revoir les images pour les adapter
This commit is contained in:
parent
75edfa3ee7
commit
c06aff3ed3
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 6.1 KiB |
@ -1,3 +1,19 @@
|
||||
body {
|
||||
font-size: larger !important;
|
||||
line-height: 1.8 !important;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 1024px !important;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
article p {
|
||||
margin-top: 3rem !important;
|
||||
margin-bottom: 3rem !important;
|
||||
}
|
||||
|
||||
article img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user