1
0

Compare commits

..

No commits in common. "3faca6866450d2267ab3d23711d285f42bdfb285" and "f50cce96c2b5c23b8124e599e79426cfd6149d0a" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -22,7 +22,6 @@
Reserve E-Mail: <a href="mailto:ch1c0ry@proton.me">ch1c0ry@proton.me</a><br>
Reserve E-Mail: <a href="mailto:chicory@disroot.org">chicory@disroot.org</a><br>
Reserve XMPP: <a href="xmpp:chicory@disroot.org">chicory@disroot.org</a><br>
DockerHub: <a href="https://hub.docker.com/u/ch1c0ry">https://hub.docker.com/u/ch1c0ry</a><br>
Stepik: <a href="https://stepik.org/users/390276134" target="_blank">@Chicory</a><br>
CodeWars: <a href="https://www.codewars.com/users/ch1c0ry" target="_blank">@ch1c0ry</a><br>
<b>chicory@fossee:~/Accounts $</b> <a href="index.html">go_home</a> <span class="blink">_</span><br>

View File

@ -27,8 +27,7 @@ b{
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border-radius: 5px;
border: 2px solid #2e333f;
max-width: 480px;
min-width: 380px;
width: 480px;
margin: auto;
}
@ -73,9 +72,9 @@ b{
50%{ color: transparent; }
}
@media screen and (max-width: 480px) {
@media screen and (max-width: 800px) {
body {
padding: 5px;
margin-top: 5px;
padding: 15px;
margin-top: 15px;
}
}