We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f36339 commit b5ec321Copy full SHA for b5ec321
admin.md
@@ -2,20 +2,30 @@
2
3
<SECTION>
4
<style>
5
+
6
7
.adminsquares > * {
8
border: 1px solid #c9ff23;
9
border-radius: 5px;
10
padding: 0px;
- flex: 1 1 100px;
11
+ flex-grow:1;
12
overflow: hidden;
13
+ transition: all 300ms ease-in-out;
14
15
+ &:hover {
16
+ flex-grow: 6.3;
17
18
}
19
20
21
+}
22
23
.adminsquares {
24
display: flex;
25
flex-flow: row wrap;
26
27
padding: 15px;
28
gap: 5px;
- width:100%;
29
height: auto;
30
31
@@ -24,7 +34,6 @@
34
width: 100%;
35
36
-
37
</style>
38
<div class="adminsquares">
39
{% for post in site.posts %}
0 commit comments