mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Add styling of images and descriptions
This commit is contained in:
parent
8e1a6dc213
commit
8b28d54331
@ -1,4 +1,13 @@
|
|||||||
/* Put your custom styles here and run `npm start` from the "src" directory on */
|
/* Put your custom styles here and run `npm start` from the "src" directory on */
|
||||||
|
img.max400 {
|
||||||
|
display: block;
|
||||||
|
max-height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#TableOfContents ul li {
|
#TableOfContents ul li {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@ -15,6 +24,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nested-links a{
|
.nested-links a {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user