added password management
This commit is contained in:
11
homepage/participo/css/participo.css
Normal file
11
homepage/participo/css/participo.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
on large screens add a padding on the left for the fixed sidnav
|
||||
*/
|
||||
header, main, footer {
|
||||
padding-left: 300px;
|
||||
}
|
||||
@media only screen and (max-width : 992px) {
|
||||
header, main, footer {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user