about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main/layout.scss')
-rw-r--r--app/assets/stylesheets/main/layout.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 5f5d0e6..6d79c73 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss
@@ -48,7 +48,8 @@ body#main-body {
48 width: 100%; 48 width: 100%;
49 text-align: center; 49 text-align: center;
50 padding: .25em; 50 padding: .25em;
51 font-weight: bold 51 font-weight: bold;
52 box-sizing: border-box;
52} 53}
53 54
54.flash-notice { 55.flash-notice {