responsive image size
This commit is contained in:
parent
d1dcb610d6
commit
35d5884591
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@ body {
|
|||
}
|
||||
|
||||
#content {
|
||||
width: 1500px;
|
||||
max-width: 1500px;
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -41,6 +41,11 @@ ul {
|
|||
width: 50px;
|
||||
}
|
||||
|
||||
#photo img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
border: solid black;
|
||||
border-width: 0 3px 3px 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue