changed styling

This commit is contained in:
0ceanSlim 2023-08-08 12:37:22 -04:00
parent 6b13b1e8e3
commit f2aa3ef780
1 changed files with 6 additions and 5 deletions

View File

@ -124,7 +124,7 @@ a:hover {
/* CSS for the container */
#exchange {
border: 2px solid #333;
border: 2px solid #ffffff;
border-radius: 10px;
padding: 20px;
text-align: center;
@ -135,7 +135,7 @@ a:hover {
/* CSS for the text */
#exchange h2 {
font-size: 24px;
font-size: 16px;
margin-top: 0;
}
@ -146,7 +146,8 @@ a:hover {
}
.app-image img {
width: 60px;
height: 60px;
border-radius: 10px;
width: 50px;
height: 50px;
border-radius: 16px;
border: 1px solid #909090;
}