práce na stránce organizátorů
This commit is contained in:
parent
6ed96312b9
commit
a1239cd00f
1 changed files with 8 additions and 11 deletions
|
@ -563,11 +563,6 @@ div.org_pole {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.foto_org {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
div.seznam_orgu h3 {
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
|
@ -576,9 +571,11 @@ div.seznam_orgu h3 {
|
|||
/*otáčecí karty organizátorů*/
|
||||
|
||||
.flip-card {
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
height: 250px;
|
||||
perspective: 1000px; /* Remove this if you don't want the 3D effect */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* This container is needed to position the front and back side */
|
||||
|
|
Loading…
Reference in a new issue