This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit b1026fd9634507543361a08da5cacc067bbddc47 Author: Marcus <[email protected]> AuthorDate: Thu May 13 00:11:23 2021 +0200 Reducing the height to avoid an additional scrollbar --- content/xx/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/xx/index.html b/content/xx/index.html index b078502..e879c05 100644 --- a/content/xx/index.html +++ b/content/xx/index.html @@ -418,7 +418,7 @@ </p> </div> - <div id="all_news" style="height: 490px; float: left; overflow: auto;"> + <div id="all_news" style="height: 375px; float: left; overflow: auto;"> <div class="campaign"> <h2>Recent News</h2>
