Save
This commit is contained in:
1
wp-content/themes/hello-elementor/assets/css/custom.css
Normal file
1
wp-content/themes/hello-elementor/assets/css/custom.css
Normal file
@@ -0,0 +1 @@
|
||||
body .header-logo{min-width:-moz-fit-content !important;min-width:fit-content !important}body .header-nav{width:100%}body .header-box{max-width:-moz-fit-content;max-width:fit-content}body p:last-child{margin-bottom:0}body .hp-box-1 .hp-box-1-tile{width:317px}/*# sourceMappingURL=custom.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,kBACC,qCAAA,CAAA,gCAAA,CAGD,iBACC,UAAA,CAGD,iBACC,0BAAA,CAAA,qBAAA,CAIA,kBACC,eAAA,CAMD,8BACC,WAAA","file":"custom.css"}
|
||||
27
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
27
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
body .header-logo {
|
||||
min-width: fit-content !important;
|
||||
}
|
||||
|
||||
body .header-nav {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body .header-box {
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
body p {
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// home
|
||||
body .hp-box-1 {
|
||||
.hp-box-1-tile {
|
||||
width: 317px;
|
||||
|
||||
&-1 {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user