✨ gallery is now live
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
38eaa18321
commit
c97a4b807d
5 changed files with 59 additions and 1 deletions
|
@ -125,6 +125,18 @@ p {
|
|||
border-color: var(--dark-3);
|
||||
}
|
||||
|
||||
/* GALLERY */
|
||||
.gallery {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
border: 15px solid white;
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
/* RANDOM */
|
||||
code {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue