aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/default.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme/sass/default.scss')
-rw-r--r--theme/sass/default.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/theme/sass/default.scss b/theme/sass/default.scss
index fb1fb75..3645ca7 100644
--- a/theme/sass/default.scss
+++ b/theme/sass/default.scss
@@ -219,8 +219,12 @@ slides > slide {
219 } 219 }
220 } 220 }
221 221
222 > article:only-child > iframe { 222 > article:only-child {
223 height: 100%; 223 height: 100%;
224
225 > iframe {
226 height: 100%;
227 }
224 } 228 }
225} 229}
226 230
@@ -290,7 +294,6 @@ b {
290a { 294a {
291 color: $brand-blue-secondary2; 295 color: $brand-blue-secondary2;
292 text-decoration: none; 296 text-decoration: none;
293 padding-bottom: 2px;
294 border-bottom: 1px solid rgba(42, 124, 223, 0.5); 297 border-bottom: 1px solid rgba(42, 124, 223, 0.5);
295 298
296 &:hover { 299 &:hover {