Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong committed Mar 28, 2024
1 parent 29f9671 commit 2640136
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/locales/en/solutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"learnMore": "Learn more",
"items": [
{
"title": "Based Booster Rollups — scale natively, compose synchronously",
"icon": "/img/solutions/icon-rocket.svg",
"iconLottie": "/img/rocket.json",
"text": "BBRs merge based rollups and booster rollups, scaling Ethereum dapps without redeployment on all L2s. By sharding transaction execution and storage, BBRs minimize developer effort and redeployment costs, thereby solving liquidity fragmentation across L2s.",
"url": "https://taiko.mirror.xyz/anPjF35Mrc_xzYgOTbUmfjr_MlhE3L8ZBZIxqmz9GZ8"
}, {
"title": "Based Contestable Rollups — a modular, multi-proof design",
"icon": "/img/solutions/icon-laptop.svg",
"iconLottie": "/img/laptop.json",
"text": "BCRs unlock a new paradigm in Ethereum scaling. By combining the superpowers of Ethereum sequencing and integrating a contestation mechanism with a multi-proof design, BCRs maximally reduce transaction costs and increase decentralization.",
"url": "https://taiko.mirror.xyz/Z4I5ZhreGkyfdaL5I9P0Rj0DNX4zaWFmcws-0CVMJ2A"
}, {
"title": "Based Booster Rollups — scale natively, compose synchronously",
"icon": "/img/solutions/icon-rocket.svg",
"iconLottie": "/img/rocket.json",
"text": "BBRs merge based rollups and booster rollups, scaling Ethereum dapps without redeployment on all L2s. By sharding transaction execution and storage, BBRs minimize developer effort and redeployment costs, thereby solving liquidity fragmentation across L2s.",
"url": "https://taiko.mirror.xyz/anPjF35Mrc_xzYgOTbUmfjr_MlhE3L8ZBZIxqmz9GZ8"
}
]
}
Expand Down
4 changes: 4 additions & 0 deletions src/app/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ body {
width: 100%;
padding: 0 $kPadding;
margin-inline: auto;

@media screen and (min-width: 1550px) {
width: 80%;
}
}

.img-cover {
Expand Down

0 comments on commit 2640136

Please sign in to comment.