We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6779e84 commit 63e114dCopy full SHA for 63e114d
src/App.jsx
@@ -100,7 +100,7 @@ function App() {
100
id="details"
101
className="rounded-2xl bg-white p-7 flex flex-col mx-auto text-center gap-3.5 font-semibold text-very-dark-gray tracking-wide sm:flex-row sm:text-left sm:justify-between sm:w-full sm:m-1 sm:my-2 sm:break-all"
102
>
103
- <div id="ip-address-wrapper">
+ <div id="ip-address-wrapper" className="sm:py-2">
104
<h3 className="text-2xs text-dark-gray tracking-x-wide pb-1.5">
105
IP ADDRESS
106
</h3>
0 commit comments