Skip to content

Commit f38224c

Browse files
committed
fix: update GitHub URLs and improve footer spacing
- Update all GitHub URLs to correct repository (Lars-/opensource-digwebinterface) - Add proper margin-top to company name in footer - Ensure better visual separation between footer elements
1 parent cd37f2e commit f38224c

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ A modern, secure web interface for DNS lookups using the `dig` command. Perfect
7575

7676
1. **Clone the repository**:
7777
```bash
78-
git clone https://github.com/yourusername/opensource-digwebinterface.git
78+
git clone https://github.com/Lars-/opensource-digwebinterface.git
7979
cd opensource-digwebinterface
8080
```
8181

@@ -111,7 +111,7 @@ A modern, secure web interface for DNS lookups using the `dig` command. Perfect
111111

112112
1. **Clone the repository**:
113113
```bash
114-
git clone https://github.com/yourusername/opensource-digwebinterface.git
114+
git clone https://github.com/Lars-/opensource-digwebinterface.git
115115
cd opensource-digwebinterface
116116
```
117117

@@ -129,7 +129,7 @@ A modern, secure web interface for DNS lookups using the `dig` command. Perfect
129129

130130
1. **Clone the repository**:
131131
```bash
132-
git clone https://github.com/yourusername/opensource-digwebinterface.git
132+
git clone https://github.com/Lars-/opensource-digwebinterface.git
133133
cd opensource-digwebinterface
134134
```
135135

@@ -420,8 +420,8 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
420420

421421
## 📞 Support
422422

423-
- **Issues**: [GitHub Issues](https://github.com/yourusername/opensource-digwebinterface/issues)
424-
- **Discussions**: [GitHub Discussions](https://github.com/yourusername/opensource-digwebinterface/discussions)
423+
- **Issues**: [GitHub Issues](https://github.com/Lars-/opensource-digwebinterface/issues)
424+
- **Discussions**: [GitHub Discussions](https://github.com/Lars-/opensource-digwebinterface/discussions)
425425
- **Security**: Please report security issues privately
426426

427427
## ☕ Support the Developer

assets/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,15 @@ footer kbd {
416416
font-size: 10px;
417417
}
418418

419+
footer p {
420+
margin: 0 0 var(--spacing-xs) 0;
421+
}
422+
423+
footer p:last-child {
424+
margin-top: var(--spacing-md);
425+
margin-bottom: 0;
426+
}
427+
419428
footer a {
420429
color: var(--primary);
421430
text-decoration: none;

0 commit comments

Comments
 (0)