mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
adjust styling
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.infoBox {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.boardsBox {
|
||||
overflow: hidden;
|
||||
min-height: 150px;
|
||||
|
||||
@@ -47,7 +47,7 @@ const SearchBar = () => {
|
||||
const InfoBox = () => {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<div className={styles.box}>
|
||||
<div className={`${styles.box} ${styles.infoBox}`}>
|
||||
<div className={styles.infoboxBar}>
|
||||
<h2>{t('what_is_plebchan')}</h2>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.content {
|
||||
margin-bottom: 150px;
|
||||
margin-bottom: 15px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user