update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 12 additions and 19 deletions
Showing only changes of commit 990f8398b8 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -68,32 +68,25 @@ main {
}
//
// page category
//
// .contain selector for max-width
//--------------
.index{
main {
article {
header {
.entry-title {
}
}
section {
}
.contain-width {
.entry-content,.omekas-entry-content {
@include breakpoint(small){
}
@include breakpoint(medium){
max-width: unset;
max-width: 50rem;
}
@include breakpoint(xlarge){
max-width: unset;
}
}
max-width: 50rem;
}
}
}
//
// news category
//--------------