uso de flex en topBar

This commit is contained in:
repository 2017-05-22 09:23:21 +02:00
parent 9cce1e18a6
commit c56368460c
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
header{
width: 100%;
float: left;
clear: both;
display: flex;
flex-direction: row;
flex: 1;
color: #ffffff;
}