Add css and different colors for dates in the future
This commit is contained in:
parent
edfc102710
commit
268ac8eed3
9 changed files with 84 additions and 36 deletions
12
srug.scss
Normal file
12
srug.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
@charset "utf-8";
|
||||
@import "vendor/bulma/bulma.scss";
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
flex: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue