Save
This commit is contained in:
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