Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
particle adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed May 10, 2019
1 parent fd82a5d commit e1614d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/particles.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"duration": 0.4
},
"push": {
"particles_nb": 4
"particles_nb": 1
},
"remove": {
"particles_nb": 2
Expand Down
7 changes: 5 additions & 2 deletions css/rse4nfdi.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tr:nth-child(even) {background-color: #f2f2f2;}

html, body {
height: 100%;
padding-top: 20px;
padding-top: 23px;
}

.container {
Expand Down Expand Up @@ -164,7 +164,9 @@ blockquote {
background-repeat: no-repeat;
background-size: cover;
height: 150px;
padding-top: 20px;
padding-top: 0px;
padding-bottom: 0;
margin-bottom: 0;
}

#particles-js {
Expand All @@ -179,4 +181,5 @@ blockquote {

.bannerText {
padding-left: 50px;
padding-top: 25px;
}

0 comments on commit e1614d9

Please sign in to comment.