fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! restyle
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -62,6 +62,10 @@ a {
|
||||
display: inline-block;
|
||||
transform: scale(.98);
|
||||
}
|
||||
|
||||
&.block {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -70,7 +74,7 @@ header {
|
||||
justify-content: space-between;
|
||||
background-color: $mantle;
|
||||
padding: 8px;
|
||||
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
footer {
|
||||
@@ -79,8 +83,6 @@ footer {
|
||||
background-color: $crust;
|
||||
margin-top: 32px;
|
||||
padding: 16px;
|
||||
/* height: 100%; */
|
||||
/* flex-shrink: 0; */
|
||||
}
|
||||
|
||||
.mono {
|
||||
@@ -104,6 +106,7 @@ footer {
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
background-color: $surface0;
|
||||
border-radius: 8px;
|
||||
padding: 8px;
|
||||
|
||||
+2
-2
@@ -3,13 +3,13 @@
|
||||
{% block title %}О нас{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="block green"><a href="#">
|
||||
<a href="#" class="block green">
|
||||
<div class="header">
|
||||
<img src="/static/icon/us/risdeveau.webp" class="icon"/>
|
||||
Sweetbread
|
||||
</div>
|
||||
Главный админ, занимается почти всеми сервисами. Создал этот сайт
|
||||
</a></div>
|
||||
</a>
|
||||
|
||||
<div class="block red">
|
||||
<div class="header">
|
||||
|
||||
Reference in New Issue
Block a user