mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 12:59:24 +00:00
Add fullscreen end images
This commit is contained in:
@@ -112,6 +112,17 @@ div.pic img {
|
||||
max-width: 1210px;
|
||||
max-height: 550px;
|
||||
}
|
||||
div.fullpic p {
|
||||
margin: 0;
|
||||
}
|
||||
div.fullpic {
|
||||
padding: 0;
|
||||
}
|
||||
div.fullpic img {
|
||||
margin: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
div.pic h1, div.pic h2, div.title h1, div.title h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user