mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-07 19:56:19 -04:00
changes mentioned by alexis
This commit is contained in:
@@ -5,8 +5,8 @@ function App() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="App" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
|
<div className="App" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', height: '100vh' , gap: 15}}>
|
||||||
<img
|
<img
|
||||||
src="/PeerNotes.png"
|
src="/PeerNotes.png"
|
||||||
alt="PeerNotes Logo"
|
alt="PeerNotes Logo"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@@ -28,12 +28,16 @@ html, body {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
.filter-item > select {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid #2E8BC0;
|
border: 1px solid #2E8BC0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 100%; /* fill the container width */
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter-item {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.submit-button {
|
.submit-button {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user