Skip to content

Commit

Permalink
Merge pull request #29 from Syntist/upated-banner-text
Browse files Browse the repository at this point in the history
Updated banner text
  • Loading branch information
Prof-S authored Oct 21, 2024
2 parents 2cc1da6 + 90cb60c commit a4eedfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/themes/lab/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="row">
<div class="col-md-12">
<div class="carousel-overlay logotitle logobox">
{{ page.title }}
<b>{{ page.title }}</b>
</div>
<div id="carousel" class="carousel carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
Expand Down
9 changes: 5 additions & 4 deletions assets/themes/lab/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ strong {
display: table-cell;
vertical-align: middle;
text-align: center;
text-shadow: 1.5px 1.5px #ffffff;
// text-shadow: 1.5px 1.5px #ffffff;
}

// navbar
Expand Down Expand Up @@ -265,14 +265,15 @@ strong {
font-size: 30px;
font-size: 7vw;
line-height: 30px;
line-height: 4vw;
font-weight: 100;
line-height: 5vw;
font-weight: 300;
color: yellow;
}

@media all and (min-width: 1024px) {
.logotitle {
font-size: 80px;
line-height: 80px;
line-height: 90px;
}
}

Expand Down

0 comments on commit a4eedfa

Please sign in to comment.