fix: Subheading style for mobile view

This commit is contained in:
Suraj Shetty 2020-12-14 11:05:11 +05:30
parent 4c8aa79fbf
commit 4b8d484215

View file

@ -47,12 +47,7 @@ body {
.page-head .sub-heading {
font-weight: normal;
font-size: 10px;
display: block;
position: absolute;
right: 140px;
min-width: 200px;
font-size: var(--text-xs);
}
}
@ -369,11 +364,6 @@ body {
}
}
body[data-route^="Form"] {
.page-head .sub-heading {
right: 90px;
}
}
.timeline {
&::before {
content: none;