fix
This commit is contained in:
parent
10906a126b
commit
f90d9e1db7
|
@ -265,6 +265,7 @@ a:hover {
|
|||
margin-bottom: 10px;
|
||||
font-weight: bold;
|
||||
color: #bbb677;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.page-content h1 a:hover {
|
||||
color: #f0eca9;
|
||||
|
@ -360,14 +361,31 @@ figure {
|
|||
border: 1px dotted #bbb677;
|
||||
}
|
||||
|
||||
figure.large-img {
|
||||
figure.img-large {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
figure.img-medium {
|
||||
max-width: 50%;
|
||||
}
|
||||
figure.img-small {
|
||||
max-width: 20%;
|
||||
}
|
||||
|
||||
figure.img-35 {
|
||||
max-width: 35%;
|
||||
}
|
||||
|
||||
figure.center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
figcaption h4 {
|
||||
margin: 0px !important;
|
||||
font-weight: normal !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
figure img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue