summaryrefslogblamecommitdiffstats
path: root/client/src/App.css
blob: f27a513bf8f45498f5a035411bef3d895c00ab7f (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                     



                            

 

                                          

 
                     
                
                  
                          

 

               

 





                         
 
.App {
  text-align: center;
}

.App-header {
  background-color: #282c34;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5rem; /* Smaller heading */
}

.downloaded-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.file-item {
  margin: 10px;
}

video, img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}