make card wider

This commit is contained in:
Lachlan Kermode
2018-12-13 18:00:33 +00:00
parent 7267f821ab
commit e09983ce1e
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
@import 'burger';
@import 'card';
$card-width: 500px;
.card-stack {
position: absolute;
top: 10px;
@@ -20,7 +22,7 @@
.card-stack-header {
min-height: 38px;
line-height: 38px;
width: 360px;
width: $card-width;
box-sizing: border-box;
padding: 0 5px;
background: $black;
@@ -61,7 +63,7 @@
}
.card-stack-content {
width: 360px;
width: $card-width;
ul {
padding: 0;