Skip to content

Commit

Permalink
br fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 23, 2024
1 parent 678e275 commit 982d0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ ul {
}

br {
content: "\A";
white-space: pre;
line-height: 10px;
}
Expand Down Expand Up @@ -198,6 +197,7 @@ footer {
backdrop-filter: blur(25px);
/* border-radius: 20px; */
/* box-shadow: var(--box-shadow); */
border-radius: 20px;
}
.card img {
width: 100%;
Expand All @@ -217,7 +217,6 @@ footer {
box-shadow: var(--box-shadow);
background: var(--black);
box-shadow: 50px #000;
background: rgb(0, 212, 255);
background: linear-gradient(
90deg,
rgba(0, 212, 255, 0.1643251050420168) 3%,
Expand Down Expand Up @@ -501,6 +500,7 @@ code {
color: azure;
background: black;
padding: 10px;
border-radius: 20px;
}
.pl-kos,
.k,
Expand Down

0 comments on commit 982d0f0

Please sign in to comment.