Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #team_full {
- display: flex;
- flex-direction: column;
- width: 100%;
- }
- #team_full .list {
- text-decoration:none;
- width: 100%;
- margin-top:10px;
- min-height:40px;
- background: rgb(37,37,37,0.6);
- display: flex;
- border-radius: 2px;
- flex-wrap: wrap;
- gap: 0px; /* Odstęp między divami */
- padding: 5px;
- box-sizing: border-box;
- align-items: center;
- }
- #team_full .list > div:nth-child(1){
- width: 100px;
- text-align:center;
- font-size:14px;
- }
- #team_full .list > div:nth-child(2){
- width: 100px;
- font-size:12px;
- text-align:center;
- }
- #team_full .list > div:nth-child(3){
- width: 200px;
- margin-left:10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement