Commit 3f6cb44c by asranov0003

fix: contne pages min height

parent 728fd061
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
} }
.browserhistory__content { .browserhistory__content {
min-height: calc(100vh - 75px); min-height: calc(100vh - 80px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
} }
.calls__content { .calls__content {
min-height: calc(100vh - 75px); min-height: calc(100vh - 80px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
} }
.messengers__content { .messengers__content {
min-height: calc(100vh - 75px); min-height: calc(100vh - 80px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
} }
.recording__content { .recording__content {
min-height: calc(100vh - 75px); min-height: calc(100vh - 80px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
} }
.routes__content { .routes__content {
min-height: calc(100vh - 75px); min-height: calc(100vh - 80px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment