refactor(_Layout.cshtml.css): convert px to rem units

This commit is contained in:
Developer 02 2024-07-22 10:07:44 +02:00
parent 755fcfeef2
commit fad0a6070c

View File

@ -24,10 +24,10 @@ a {
}
.border-top {
border-top: 1px solid #e5e5e5;
border-top: 0.063rem solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
border-bottom: 0.063rem solid #e5e5e5;
}
.box-shadow {
@ -44,5 +44,5 @@ button.accept-policy {
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
line-height: 3.75rem;
}