Skip to content

Commit

Permalink
Fix styling on special pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Oct 24, 2024
1 parent eb2e36e commit 86f3508
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/app.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions assets/scss/components/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,11 @@ $titlebar-height: 75px;
/* **********
3. Page styles
********** */
main {
padding: 32px 16px;
}

main.shrink {
padding: 32px 16px;

@include breakpoint(large) {
& > .row {
padding-left: rem-calc(184); // based on logo
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: ReCHallenge
Theme URI: https://ch.tudelft.nl/
Author: W3Cie
Description: Brand new template for W.I.S.V. 'Christiaan Huygens'.
Version: 2.59.65
Version: 2.59.66
This stylesheet is here purely for WordPress configuration purposes.
*/
*/

0 comments on commit 86f3508

Please sign in to comment.