This commit is contained in:
Stephan Hagedorn 2017-08-23 11:25:00 +02:00
parent 615e5df2d9
commit 8ec7ce370f
8 changed files with 31 additions and 31 deletions

View file

@ -7,7 +7,7 @@
}
.demo__header {
padding: $space_2;
padding: $double_space;
nav {
@ -59,7 +59,7 @@
.demo__footer {
width: 100%;
// height: 128px;
padding: $space_2 0;
padding: $double_space 0;
background-color: $dark_color;
color: $bright_color;

View file

@ -83,8 +83,8 @@
}
.exp_help_btn {
display: table;
right: $space_2;
bottom: $space_2;
right: $double_space;
bottom: $double_space;
background-color: rgba($darkest_color, .4);
&:hover {
background-color: $brightest_color;

View file

@ -120,7 +120,7 @@ nav {
// display: table;
// width: 3em;
right: 0;
bottom: $space_2;
bottom: $double_space;
ul {
margin: $basic_space 0;