mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-07 16:42:45 +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 */
|
||||
img.max400 {
|
||||
display: block;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
em {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#TableOfContents ul li {
|
||||
margin-bottom: 1em;
|
||||
@ -15,6 +24,6 @@
|
||||
|
||||
}
|
||||
|
||||
.nested-links a{
|
||||
.nested-links a {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user