Added tokenroom exchange

This commit is contained in:
sairaj mote 2023-04-26 00:22:38 +05:30
parent 7e10fadc71
commit 9343ce1d7c
4 changed files with 73 additions and 3 deletions

View File

@ -50,6 +50,7 @@ strong {
width: 1.2rem;
height: 1.2rem;
fill: rgba(var(--text-color), 0.9);
flex-shrink: 0;
}
.flex {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -49,6 +49,7 @@ strong {
width: 1.2rem;
height: 1.2rem;
fill: rgba(var(--text-color), 0.9);
flex-shrink: 0;
}
.flex {
display: flex;

File diff suppressed because one or more lines are too long