diff --git a/src/content/docs/en/sdk/ios/index.mdx b/src/content/docs/en/sdk/ios/index.mdx
index 4449dedc9..b82d74287 100644
--- a/src/content/docs/en/sdk/ios/index.mdx
+++ b/src/content/docs/en/sdk/ios/index.mdx
@@ -19,7 +19,8 @@ To add the SDK using Swift's package manager:
### Alternative installation methods
-
+
+
### Cocoapods
@@ -39,9 +40,8 @@ If you're using web views in your app, add the Adjust Web Bridge by adding the f
pod 'Adjust/WebBridge', '~> v4.35.0'
```
-
-
-
+
+
### Carthage
@@ -51,9 +51,8 @@ To add the SDK using Carthage, add the following to your `Cartfile`:
github "adjust/ios_sdk"
```
-
-
-
+
+
### Add as framework
@@ -72,7 +71,8 @@ Choose the frameworks you need and add them to your `Xcode` project:
2. Unzip the archive on your computer.
3. Copy the `.framework` folder into your `Xcode` project.
-
+
+
## 2. Integrate the Adjust SDK