10 lines
111 B
CSS
10 lines
111 B
CSS
|
.figure p{
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.figure img{
|
||
|
max-width:100%;
|
||
|
display: block;
|
||
|
margin: auto;
|
||
|
}
|