mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-04-30 04:14:35 +02:00
fix font size for text cards
This commit is contained in:
@@ -66,7 +66,6 @@ flippy.fancy {
|
||||
float: left;
|
||||
margin: 0 10px 10px 0;
|
||||
position: relative;
|
||||
font-size: .8em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user