diff --git a/web/header.php b/web/header.php
index 83c36ad..9be01b8 100755
--- a/web/header.php
+++ b/web/header.php
@@ -21,13 +21,17 @@ function filename(){
name.style.fontWeight = "normal";
}
-
-
User:
+
\ No newline at end of file
diff --git a/web/page.css b/web/page.css
index d3b3e24..17f4192 100755
--- a/web/page.css
+++ b/web/page.css
@@ -6,8 +6,7 @@ body {
text-align:center;
}
.user {
- display:flex;
- width:100%;
+ width: 10%;
justify-content:left;
background-color:#ccc;
box-sizing:border-box;
@@ -16,6 +15,13 @@ p.user {
margin:0;
padding:.9em;
}
+.header {
+ display: flex;
+ width: 100%;
+}
+.account {
+ width: 10%;
+}
.menu {
padding:.9em;
width: 100%;