Done with the samples, and can be released as first version!
This commit is contained in:
@ -1,22 +1,6 @@
|
||||
{% extends "main.html" %}
|
||||
{% block content %}
|
||||
<style>
|
||||
.card .topics {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.card .topics .topic {
|
||||
font-size: 0.85em;
|
||||
color: #777;
|
||||
background-color: #efefef;
|
||||
border-radius: 16px;
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<main class="main">
|
||||
<div class="intro">
|
||||
|
Reference in New Issue
Block a user