Skip to content

Commit 20b39f5

Browse files
committed
Text changes.
1 parent 9828908 commit 20b39f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_sass/bootswatch/yeti/_variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ $jumbotron-bg: #fafafa !default;
491491
$jumbotron-heading-color: inherit !default;
492492
$jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
493493
$jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
494-
$jumbotron-text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
494+
//$jumbotron-text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
495+
$jumbotron-text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
495496

496497
//== Form states and alerts
497498
//

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Powerful. Fast. Free.</h2>
2424
<div class="col-lg-12">
2525

2626
<h1 class="text-center">3rd Annual SU2 Developers Meeting</h1>
27-
<h3 class="text-center">September 16-18 <br> University of Strathclyde <br> Glasgow, UK</h3>
27+
<h3 class="text-center">September 16-18, University of Strathclyde, Glasgow, UK</h3>
2828

2929
<br>
3030
<center>

0 commit comments

Comments
 (0)