mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
14 lines
192 B
CSS
14 lines
192 B
CSS
|
|
|
||
|
|
.header {
|
||
|
|
flex-shrink: 0;
|
||
|
|
padding: 15px;
|
||
|
|
overflow: hidden;
|
||
|
|
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header img {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|