changed styling
This commit is contained in:
parent
6b13b1e8e3
commit
f2aa3ef780
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user