openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Extra padding on illustration section #213

Closed jbpenrath closed 1 year ago

jbpenrath commented 1 year ago

Bug Report

Problematic behavior On desktop, the page is vertically divided in two section. An illustration section then the content section.

Currently the illustration section has a padding of 2rem all around so the illustration used does not stick on edges that look visually weird.

Expected behavior/code The illustration section should not have padding in order to stick illustration on left and bottom edges.

Possible Solution

  1. Remove the padding: 2rem to the illustration box component.
  2. Display the illustration through CSS with background-image and keep only the FUN Logo as image. From my point of view, this solution is more semantically adapted.

Additional context/Screenshots

image
Moustique82 commented 1 year ago

Hi JB, Link this issues : https://github.com/openfun/jitsi-magnify/issues/182 ?