Added admin layout
This commit is contained in:
+4
-4
@@ -57,8 +57,8 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
.header .user-info {
|
||||
position: relative;
|
||||
right: calc(-100% + 190px);
|
||||
width: 195px;
|
||||
right: calc(-100% + 250px);
|
||||
width: 240px;
|
||||
overflow: hidden;
|
||||
border-radius: 50px 0 0 50px;
|
||||
text-align: right;
|
||||
@@ -108,11 +108,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
width: 135px !important;
|
||||
height: 70px !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
||||
Reference in New Issue
Block a user