Add image to project page
This commit is contained in:
parent
40722ab109
commit
0b79a849e7
3 changed files with 13 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ svg {
|
|||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
max-width: 40rem;
|
||||
}
|
||||
|
||||
#thumb {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
.overview {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue