Change px unity to custom scss em fucntion

This commit is contained in:
Peter Maquiran
2020-12-29 10:27:01 +01:00
parent 9591688aa0
commit 969d169159
+2 -2
View File
@@ -4,7 +4,7 @@
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: 15px;
padding-top: em(15px);
border: 0!important;
.div-search{
@@ -26,6 +26,6 @@
.div-profile{
font-size: 45px;
float: right;
margin-right: 10px;
margin-right: em(10px);
}
}