New Responsive design
This commit is contained in:
+7
-9
@@ -41,31 +41,29 @@ h1, h2, h3, h4, h5, h6 {
|
||||
height: 80px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: calc(100% - 40px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header .anonymous-actions {
|
||||
position: relative;
|
||||
right: calc(-100% + 330px);
|
||||
width: 350px;
|
||||
right: calc(-100% + 300px);
|
||||
width: 450px;
|
||||
overflow: hidden;
|
||||
border-radius: 50px 0 0 50px;
|
||||
background-color: #FAFAFB !important;
|
||||
text-align: right;
|
||||
padding: 10px;
|
||||
top: -75px;
|
||||
top: -20px;
|
||||
}
|
||||
|
||||
.header .user-info {
|
||||
position: relative;
|
||||
right: calc(-100% + 275px);
|
||||
width: 295px;
|
||||
right: calc(-100% + 190px);
|
||||
width: 195px;
|
||||
overflow: hidden;
|
||||
border-radius: 50px 0 0 50px;
|
||||
background-color: #FAFAFB !important;
|
||||
text-align: right;
|
||||
padding: 10px;
|
||||
top: -75px;
|
||||
top: -20px;
|
||||
}
|
||||
|
||||
.header .left-side {
|
||||
|
||||
Reference in New Issue
Block a user