♻️ refactor valencia-gallery
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
3c8d1acedf
commit
4b25b8824e
13 changed files with 26 additions and 192 deletions
|
@ -129,6 +129,18 @@ p {
|
|||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
.gallery table img {
|
||||
width: 95%;
|
||||
border: 10px solid white;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.gallery table img {
|
||||
border-width: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/* CV */
|
||||
.cv h2 {
|
||||
font-size: x-large;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue