Skip to content

Commit

Permalink
improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Sep 6, 2023
1 parent 01dcbeb commit 2f3f745
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 7 deletions.
9 changes: 5 additions & 4 deletions _data/projects.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- name: Language
projects:
- name: Scala.js
logo: /resources/img/scala-js-dark.png
logo: /resources/img/scala-js-logo-2.svg
force_name_display: true
web: https://github.com/scala-js/scala-js
github: https://github.com/scala-js/scala-js
stars: 4.5k
Expand Down Expand Up @@ -34,13 +35,13 @@
impact: 32,000 dl / month
start_year: 2020
end_year: null
- name: TASTy Reader in scalac
- name: TASTy Reader for Scala 2.13
web: null
github: null
origin: https://github.com/scalacenter/advisoryboard/blob/main/proposals/018-converging-214-30.md
contributors: [jamie]
process: false
description: 'A collaborative effort to evolve TASTY into a shared format for Scala 2 and 3'
description: 'Adding forwards compatibility to use Scala 3 compiled artefacts from Scala 2.13.'
impact: null
start_year: 2019
end_year: 2020
Expand Down Expand Up @@ -310,4 +311,4 @@
process: true
description: The Scala Center Advisory Board is a group of representatives from
the Scala community and industry that meets regularly to discuss the current state and future of Scala.
impact: null
impact: null
2 changes: 1 addition & 1 deletion hall-of-fame.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ <h2>{{ category.name }}</h2>
</div>
<div class="row icon-attribution">
Icons courtesy of <a href="https://blendicons.com/">Blend Icons</a>
</div>
</div>
2 changes: 1 addition & 1 deletion resources/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ div.search {

ul.nav {
li.social {
width: 52px;
width: 35px;
&.first {
margin-left: 10px;
@media(max-width: $screen-sm) {
Expand Down
2 changes: 1 addition & 1 deletion resources/css/sass/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ $navbar-inverse-toggle-border-color: #333 !default;
//##

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

$nav-disabled-link-color: $gray-light !default;
Expand Down
109 changes: 109 additions & 0 deletions resources/img/scala-js-logo-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f3f745

Please sign in to comment.