changed styling

This commit is contained in:
0ceanSlim 2023-08-08 12:37:22 -04:00
parent 6b13b1e8e3
commit f2aa3ef780

View File

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