fix font size for text cards

This commit is contained in:
Juraj Michalek
2014-12-29 19:02:57 +00:00
parent ab2562b83b
commit 6746673fb8
5 changed files with 19 additions and 6 deletions

View File

@@ -66,7 +66,6 @@ flippy.fancy {
float: left;
margin: 0 10px 10px 0;
position: relative;
font-size: .8em;
cursor: pointer;
}

View File

@@ -6,7 +6,6 @@ body {
#mainContent {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
font-weight: bold;
border-radius: 4px;
@@ -57,4 +56,12 @@ body {
#levelTitle {
float:right;
}
}
.textCard {
height: 100%;
}
.textCardLabel {
margin-top: 15%;
}