diff options
Diffstat (limited to 'frontend/src/css/Maps.css')
| -rw-r--r-- | frontend/src/css/Maps.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/css/Maps.css b/frontend/src/css/Maps.css index 335e0b2..d38eea5 100644 --- a/frontend/src/css/Maps.css +++ b/frontend/src/css/Maps.css | |||
| @@ -299,7 +299,7 @@ p>span.portal-count{font-weight: bold;font-size: 100px;vertical-align: -15%;} | |||
| 299 | 299 | ||
| 300 | 300 | ||
| 301 | #description>iframe{ | 301 | #description>iframe{ |
| 302 | margin: 4px; | 302 | margin: 20px; |
| 303 | float:right; | 303 | float:right; |
| 304 | border: 0; | 304 | border: 0; |
| 305 | border-radius: 24px; | 305 | border-radius: 24px; |
| @@ -311,6 +311,7 @@ p>span.portal-count{font-weight: bold;font-size: 100px;vertical-align: -15%;} | |||
| 311 | display: block; | 311 | display: block; |
| 312 | font-size: 21px; | 312 | font-size: 21px; |
| 313 | word-wrap: break-word; | 313 | word-wrap: break-word; |
| 314 | text-align: justify; | ||
| 314 | } | 315 | } |
| 315 | #description-text>b{font-size: inherit;} | 316 | #description-text>b{font-size: inherit;} |
| 316 | #description-text>a{font-size: inherit;color: #3c91e6;} | 317 | #description-text>a{font-size: inherit;color: #3c91e6;} |