Skip to content

Commit 2f3f745

Browse files
committed
improve styling
1 parent 01dcbeb commit 2f3f745

File tree

5 files changed

+117
-7
lines changed

5 files changed

+117
-7
lines changed

_data/projects.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
- name: Language
22
projects:
33
- name: Scala.js
4-
logo: /resources/img/scala-js-dark.png
4+
logo: /resources/img/scala-js-logo-2.svg
5+
force_name_display: true
56
web: https://github.com/scala-js/scala-js
67
github: https://github.com/scala-js/scala-js
78
stars: 4.5k
@@ -34,13 +35,13 @@
3435
impact: 32,000 dl / month
3536
start_year: 2020
3637
end_year: null
37-
- name: TASTy Reader in scalac
38+
- name: TASTy Reader for Scala 2.13
3839
web: null
3940
github: null
4041
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/018-converging-214-30.md
4142
contributors: [jamie]
4243
process: false
43-
description: 'A collaborative effort to evolve TASTY into a shared format for Scala 2 and 3'
44+
description: 'Adding forwards compatibility to use Scala 3 compiled artefacts from Scala 2.13.'
4445
impact: null
4546
start_year: 2019
4647
end_year: 2020
@@ -310,4 +311,4 @@
310311
process: true
311312
description: The Scala Center Advisory Board is a group of representatives from
312313
the Scala community and industry that meets regularly to discuss the current state and future of Scala.
313-
impact: null
314+
impact: null

hall-of-fame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ <h2>{{ category.name }}</h2>
2828
</div>
2929
<div class="row icon-attribution">
3030
Icons courtesy of <a href="https://blendicons.com/">Blend Icons</a>
31-
</div>
31+
</div>

resources/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ div.search {
14571457

14581458
ul.nav {
14591459
li.social {
1460-
width: 52px;
1460+
width: 35px;
14611461
&.first {
14621462
margin-left: 10px;
14631463
@media(max-width: $screen-sm) {

resources/css/sass/bootstrap/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ $navbar-inverse-toggle-border-color: #333 !default;
428428
//##
429429

430430
//=== Shared nav styles
431-
$nav-link-padding: 10px 15px !default;
431+
$nav-link-padding: 10px 12px !default;
432432
$nav-link-hover-bg: $gray-lighter !default;
433433

434434
$nav-disabled-link-color: $gray-light !default;

resources/img/scala-js-logo-2.svg

Lines changed: 109 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)