Skip to content

fix logo stretching too wide on mobile #2205

fix logo stretching too wide on mobile

fix logo stretching too wide on mobile #2205

Workflow file for this run

name: Prettier
on:
pull_request:
push:
jobs:
prettier:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npx --yes prettier -c .