minor changes

This commit is contained in:
Timofey Gelazoniya 2024-12-20 16:35:25 +03:00
parent 13783f331b
commit 281fa223b8
Signed by: zeldon
GPG Key ID: 047886915281DD2A
2 changed files with 3 additions and 16 deletions

View File

@ -46,7 +46,6 @@
.button-container {
text-align: center;
margin: 3rem 0;
}
.ui.button.primary {
@ -102,7 +101,7 @@
<h3>Mineping</h3>
</a>
<div class="description">
<p>Javascript library for pinging Minecraft servers.</p>
<p>Javascript library for pinging Minecraft servers</p>
</div>
</div>
</div>
@ -112,7 +111,7 @@
<h3>Razer Battery Report</h3>
</a>
<div class="description">
<p>Razer Mouse Battery Level Tray Indicator.</p>
<p>Razer Mouse Battery Level Tray Indicator</p>
</div>
</div>
</div>
@ -122,7 +121,7 @@
<h3>Website</h3>
</a>
<div class="description">
<p>Sources of my personal website.</p>
<p>Sources of my personal website</p>
</div>
</div>
</div>

View File

@ -7,7 +7,6 @@
.hero {
text-align: center;
margin-bottom: 3rem;
}
.hero .title {
@ -20,11 +19,6 @@
font-size: 1.25rem;
}
.intro-text {
text-align: center;
font-size: 1.25rem;
}
@media (max-width: 768px) {
.page-content.home {
padding: 1rem;
@ -53,12 +47,6 @@
codebases are coordinated and managed.
</p>
</div>
<div class="intro-text">
<p>
This portal hosts more than just the project sources, bug and patch
tracker. Explore the other repositories!
</p>
</div>
{{template "components/card_repos" .}}
</div>
</div>