Merge pull request #1071 from ae-utbm/news-overflow

Fix news x overflow on mobile
This commit is contained in:
Bartuccio Antoine 2025-04-08 15:35:17 +02:00 committed by GitHub
commit 26456e3a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -56,9 +56,11 @@
#upcoming-events {
max-height: 600px;
overflow-y: scroll;
overflow-x: clip;
#load-more-news-button {
text-align: center;
button {
width: 150px;
}
@ -194,6 +196,7 @@
img {
height: 75px;
}
.header_content {
display: flex;
flex-direction: column;

View File

@ -15,6 +15,7 @@
ol,
p {
line-height: 22px;
word-break: break-word;
}
code {
@ -71,7 +72,8 @@
a:hover {
text-decoration: underline;
}
.footnotes {
font-size: 85%;
}
}
}