fixed visual bug on mobile
This commit is contained in:
parent
3bf7c08caa
commit
fc55d62b38
6 changed files with 18 additions and 24 deletions
|
@ -0,0 +1 @@
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
<div class="card">
|
||||
<p>Linux enthusiast.</p>
|
||||
<p>Listen to Music.</p>
|
||||
<p>The usual stuff.</p>
|
||||
<p>Likes Self-hosting.</p>
|
||||
<p>And other stuff.</p>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
<a href="index.html">[ Back ]</a>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<div class="card">
|
||||
<div class="list">
|
||||
<ul>
|
||||
<li><a href="https://steamcommunity.com/id/amolinae">[ Steam ]</a></li>
|
||||
<li><a href="mailto:amolinae06@protonmail.com">[ E-Mail ]</a></li>
|
||||
<li><a href="https://github.com/amolinae06">[ Github ]</a></li>
|
||||
<li><a href="https://gitlab.com/amolinae06">[ Gitlab ]</a></li>
|
||||
|
|
20
index.css
20
index.css
|
@ -47,13 +47,10 @@ a {
|
|||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--primary-color);
|
||||
text-shadow: 1px 1px 10px var(--primary-color);
|
||||
}
|
||||
a:hover { color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-color); }
|
||||
|
||||
.card {
|
||||
border: 3px solid var(--primary-color);
|
||||
border: 4px solid var(--primary-color);
|
||||
box-shadow: 0px 0px 8px var(--primary-color);
|
||||
background: var(--card-bg-color);
|
||||
border-radius: 5%;
|
||||
|
@ -72,13 +69,11 @@ a:hover {
|
|||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.card p {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.card p { margin-top: 16px; margin-bottom: 8px; }
|
||||
|
||||
.links ul {
|
||||
display: flex;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
@ -93,8 +88,5 @@ a:hover {
|
|||
background: none;
|
||||
}
|
||||
|
||||
.card img {
|
||||
width: 150px;
|
||||
height: auto;
|
||||
}
|
||||
.card img { width: 150px; height: auto; }
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||
<div class="card">
|
||||
<h1>amolinae's website</h1>
|
||||
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=150" draggable="false">
|
||||
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false">
|
||||
<p>Now with a 100% less Javascript!</p>
|
||||
<div style="margin: 12px;">
|
||||
<div class="links">
|
||||
|
|
15
setup.html
15
setup.html
|
@ -14,13 +14,14 @@
|
|||
<h1>Setup</h1>
|
||||
<div class="card">
|
||||
<div class="list">
|
||||
<ul style="text-align:left; margin:16px 0 16px 0;">
|
||||
<li>- Laptop: <a href="https://download.lenovo.com/pccbbs/pubs/t480/html_en/index_en.html">Thinkpad T480</a></li>
|
||||
<li>- Operating System: <a href="https://artixlinux.org/">Artix Linux</a></li>
|
||||
<li>- Window Manager: <a href="https://codeberg.org/dwl/dwl">dwl</a></li>
|
||||
<li>- Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li>
|
||||
<li>- Text Editor: <a href="https://neovim.io/">neovim</a></li>
|
||||
</ul>
|
||||
<ul style="text-align:left;margin:16px 0 16px 0;">
|
||||
<li>Laptop: <a href="">Thinkpad T480</a></li>
|
||||
<li>Operating System: <a href="https://alpinelinux.org">Alpine Linux</a></li>
|
||||
<li>Window Manager: <a href="https://codeberg.org/dwl/dwl">dwl</a></li>
|
||||
<li>C Compiler: <a href="https://www.bellard.org/tcc/">tcc</a></li>
|
||||
<li>Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li>
|
||||
<li>Text Editor: <a href="https://neovim.io/">neovim</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue