/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Şub 2022, 19:07:48
    Author     : user
*/

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:5px;
}
.flex-auto {flex: auto; margin: 2px;}
.flex-1 {flex-grow: 1; margin: 2px;}
.flex-2 {flex-grow: 2; margin: 2px;}
.flex-3 {flex-grow: 4; margin: 2px;}
.flex-4 {flex-grow: 5; margin: 2px;}
.flex-5 {flex-grow: 6; margin: 2px;}