mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-22 14:26:34 +08:00
build
This commit is contained in:
@@ -461,9 +461,8 @@ a:hover .text-button span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-cell {
|
.profile-cell {
|
||||||
flex: 1; /* even distribution */
|
flex: 1 1 15%;
|
||||||
flex-basis: 20%;
|
margin: 1em 0;
|
||||||
margin: 1em 0.5em;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -524,6 +523,10 @@ a:hover .text-button span {
|
|||||||
.text-button {
|
.text-button {
|
||||||
margin: 0.7em auto;
|
margin: 0.7em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-cell{
|
||||||
|
flex: 1 1 30%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user