core: only reserve large space on cards with JS canvas stuff
This commit is contained in:
+5
-1
@@ -22,6 +22,7 @@ body {
|
||||
#introLeft {
|
||||
display: inline-block;
|
||||
width: 85%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#introRight {
|
||||
@@ -119,12 +120,15 @@ a:visited {
|
||||
|
||||
.card {
|
||||
text-align: center;
|
||||
min-height: 800px;
|
||||
margin: 0px auto;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.reserve {
|
||||
min-height: 800px;
|
||||
}
|
||||
|
||||
#pong {
|
||||
margin: 6px;
|
||||
background: #03001C;
|
||||
|
||||
Reference in New Issue
Block a user