bazelbuild / bazelbuild/bazel

Improvement the Landing Page Styling

Open Beginner friendly
#29,372 2 comments 0 reactions 0 assignees View on GitHub
P2 team-Documentation team-OSS type: bug
Dominant language
Java
Stars
25.8k
Forks
4.6k
Avg merge
2d 20h
Merged PRs (30d)
72

Description

### Description of the bug:

Image

the items without an icon looks a little bit broken. you can handle this with css and alignment

add align-items in css:
.devsite-landing-row-group {
align-items: end;
.........
}

### Which category does this issue belong to?

_No response_

### What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

_No response_

### Which operating system are you running Bazel on?

_No response_

### What is the output of `bazel info release`?

_No response_

### If `bazel info release` returns `development version` or `(@non-git)`, tell us how you built Bazel.

_No response_

### What's the output of `git remote get-url origin; git rev-parse HEAD` ?

```text

```

### If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.

_No response_

### Have you found anything relevant by searching the web?

_No response_

### Any other information, logs, or outputs that you want to share?

_No response_

Contributor guide

Open the contributing guide

Research direction

Search the landing-page styles for the .devsite-landing-row-group selector and inspect the screenshot's rows, especially items without icons. Adjust the CSS alignment as described, then verify that icon and iconless items are aligned correctly on the landing page.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.