diff options
Diffstat (limited to 'resources/sass/app.scss')
| -rw-r--r-- | resources/sass/app.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 521c226..8e30317 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -12,6 +12,12 @@ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } +.page-header { + @extend .jumbotron; + background-color: rgb(255,255,255,0.5); + padding: 2rem; +} + @media( max-width: 500px ) { body { background: url(/img/sakamoto-mobile.jpg) no-repeat left center fixed; |
