Skip to content

Commit

Permalink
Update chatt.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 authored Nov 10, 2024
1 parent d4a247f commit 2622e1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chatt.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nav li {
nav a {
color: #fff;
text-decoration: none;
font-weight: bold;

transition: color 0.3s;
}

Expand All @@ -51,7 +51,7 @@ nav a:hover {

/* Chat container styling */
.chat-container {
max-width: 800px;
max-width: 1000px;
margin: 60px auto;
background-color: rgba(255, 255, 255, 0.8);
padding: 1.5rem;
Expand All @@ -63,8 +63,8 @@ nav a:hover {
background-color: #f0f0f0;
padding: 10px;
border-bottom: 2px solid #ddd;
font-size: 1.25rem;
font-weight: 600;
font-size: 2.5rem;
font-weight: 900;
color: #333;
text-align: center;
}
Expand Down

0 comments on commit 2622e1a

Please sign in to comment.