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