minor changes
This commit is contained in:
parent
13783f331b
commit
281fa223b8
@ -46,7 +46,6 @@
|
|||||||
|
|
||||||
.button-container {
|
.button-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 3rem 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.button.primary {
|
.ui.button.primary {
|
||||||
@ -102,7 +101,7 @@
|
|||||||
<h3>Mineping</h3>
|
<h3>Mineping</h3>
|
||||||
</a>
|
</a>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Javascript library for pinging Minecraft servers.</p>
|
<p>Javascript library for pinging Minecraft servers</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -112,7 +111,7 @@
|
|||||||
<h3>Razer Battery Report</h3>
|
<h3>Razer Battery Report</h3>
|
||||||
</a>
|
</a>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Razer Mouse Battery Level Tray Indicator.</p>
|
<p>Razer Mouse Battery Level Tray Indicator</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -122,7 +121,7 @@
|
|||||||
<h3>Website</h3>
|
<h3>Website</h3>
|
||||||
</a>
|
</a>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<p>Sources of my personal website.</p>
|
<p>Sources of my personal website</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 3rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero .title {
|
.hero .title {
|
||||||
@ -20,11 +19,6 @@
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-text {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.page-content.home {
|
.page-content.home {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
@ -53,12 +47,6 @@
|
|||||||
codebases are coordinated and managed.
|
codebases are coordinated and managed.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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" .}}
|
{{template "components/card_repos" .}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user