Skip to content

Commit

Permalink
feat: CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CTNicholas committed Sep 28, 2023
1 parent 59c7824 commit 2067788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.EditableTextClient {
position: relative;
border-radius: 4px;
display: inline-block;
}

.EditableTextClient:hover {
Expand Down Expand Up @@ -65,6 +66,8 @@
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
line-height: 0.95;
letter-spacing: normal;
text-align: left;
}

.OtherEditing:first-of-type {
Expand Down
2 changes: 1 addition & 1 deletion nextjs-site/src/components/site/PageLayers2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function PageLayers2() {
position: "absolute",
left: "140px",
top: "250px",
fontSize: "60px",
fontSize: "50px",
color: "rgba(255, 255, 255, 0.2)",
}}
>
Expand Down

0 comments on commit 2067788

Please sign in to comment.