diff --git a/_config.yml b/_config.yml index 705b8ac025da..22b1329d0e21 100644 --- a/_config.yml +++ b/_config.yml @@ -72,7 +72,6 @@ external_urls: google: https://www.google.com/podcasts?feed=aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS9PQjVGa0lsOA%3D%3D amazon: https://music.amazon.com/podcasts/7a4e6f0e-26c2-49e9-a478-41bd244197d0/PyTorch-Developer-Podcast? linkedIn: https://www.linkedin.com/company/pytorch - mastodon: https://social.lfx.dev/@pytorch livereload: true markdown: kramdown highlighter: rouge diff --git a/_includes/footer.html b/_includes/footer.html index abe0fe15f984..9aa1d877a130 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -68,9 +68,6 @@

Resources

  • -
  • - -
  • diff --git a/_sass/footer.scss b/_sass/footer.scss index ee9c78a01508..51f55833454d 100644 --- a/_sass/footer.scss +++ b/_sass/footer.scss @@ -265,7 +265,7 @@ display: grid; grid-column-gap: 3%; grid-row-gap: 30px; - grid-template-columns: repeat(5, minmax(0, 1fr)); + grid-template-columns: repeat(4, minmax(0, 1fr)); li { text-align: center;