mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
delete garbage
This commit is contained in:
parent
89a97fcac3
commit
f6cfc84856
3 changed files with 11 additions and 36 deletions
|
@ -42,7 +42,7 @@
|
|||
<div class="container">
|
||||
<header class="header row">
|
||||
<div id="contact-image">
|
||||
<a href="https://vk.com/redddume"><img src="/static/image/social/vk.svg" class="social-img" alt="Вконтакте" data-bs-toggle="tooltip" data-bs-placement="top" title="Вконтакте"></a>
|
||||
<a href="https://vk.com/Redume"><img src="/static/image/social/vk.svg" class="social-img" alt="Вконтакте" data-bs-toggle="tooltip" data-bs-placement="top" title="Вконтакте"></a>
|
||||
<a href="https://t.me/Redddume"><img src="/static/image/social/telegram.svg" class="social-img" alt="Telegram" data-bs-toggle="tooltip" data-bs-placement="top" title="Telegram"></a>
|
||||
<a href="https://github.com/Redume"><img src="/static/image/social/github.svg" class="social-img" alt="Github" data-bs-toggle="tooltip" data-bs-placement="top" title="Github"></a>
|
||||
<a href="https://discord.com/users/444509762676326411"><img src="/static/image/social/discord.svg" class="social-img" alt="Discord" data-bs-toggle="tooltip" data-bs-placement="top" title="Discord"></a>
|
||||
|
|
|
@ -1,37 +1,21 @@
|
|||
.card {
|
||||
border-radius: 8%;
|
||||
width: 250px;
|
||||
border-radius: 4%;
|
||||
width: 350px;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
margin: 10px;
|
||||
background-color: #131313;
|
||||
}
|
||||
|
||||
|
||||
.card img {
|
||||
width: initial;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.image {
|
||||
.header-row {
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.header-row .card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.header-row span > .card {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.header-row span img {
|
||||
width: 30px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.btn, .btn:hover {
|
||||
background-color: #131313;
|
||||
border: 0px #131313;
|
||||
}
|
|
@ -1,15 +1,6 @@
|
|||
#everynasa-logo {
|
||||
user-drag: none;
|
||||
-webkit-user-drag: none;
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin-top: 0.6em;
|
||||
margin-left: 0.5em;
|
||||
margin-left: 0.8em;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
@ -21,7 +12,7 @@
|
|||
}
|
||||
|
||||
p, .form-check {
|
||||
margin-left: -18em;
|
||||
margin-left: -12em;
|
||||
margin-top: -0.8em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue