Skip to content

Commit

Permalink
Fix debug labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 17, 2024
1 parent 054d1ee commit 2af416b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json">
<title>Raspberry Pi Pico W GPIO Pinout</title>
<meta name="description" content="An interactive, accessible and beautiful GPIO Pinout guide for the Raspberry Pi Pico W" />
<link rel="stylesheet" href="pinout.css?v=20240909b" type="text/css" media="screen" />
<link rel="stylesheet" href="pinout.css?v=20240917" type="text/css" media="screen" />
</head>
<body>
<header>
Expand Down
6 changes: 4 additions & 2 deletions pinout.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@ table {
left: 2px;
}
.labels.below td {
width: 23px;
width: 25px;
height: auto;
border: none;
padding: 0;
writing-mode: sideways-lr;
writing-mode: vertical-lr;
vertical-align: top;
min-width: 25px;
display: inline-block;
}
.underside-view .labels.below {
left: -2px;
Expand Down

0 comments on commit 2af416b

Please sign in to comment.