summaryrefslogtreecommitdiffstats
path: root/client/src/App.css
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 21:49:37 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 21:49:37 +0530
commitb06cf01e232e797abceabba08aec2c0752db95ad (patch)
tree5ddc055ad7157b30b3c4a861f28826fb937f5e70 /client/src/App.css
parentf4df54899dd40072d55c96edcd43795a232f9f85 (diff)
downloadinsta-local-b06cf01e232e797abceabba08aec2c0752db95ad.tar.gz
insta-local-b06cf01e232e797abceabba08aec2c0752db95ad.tar.bz2
insta-local-b06cf01e232e797abceabba08aec2c0752db95ad.zip
update
Diffstat (limited to 'client/src/App.css')
-rw-r--r--client/src/App.css39
1 files changed, 16 insertions, 23 deletions
diff --git a/client/src/App.css b/client/src/App.css
index 74b5e05..f27a513 100644
--- a/client/src/App.css
+++ b/client/src/App.css
@@ -2,37 +2,30 @@
text-align: center;
}
-.App-logo {
- height: 40vmin;
- pointer-events: none;
+.App-header {
+ background-color: #282c34;
+ padding: 20px;
+ color: white;
}
-@media (prefers-reduced-motion: no-preference) {
- .App-logo {
- animation: App-logo-spin infinite 20s linear;
- }
+.App-title {
+ font-size: 1.5rem; /* Smaller heading */
}
-.App-header {
- background-color: #282c34;
- min-height: 100vh;
+.downloaded-content {
display: flex;
- flex-direction: column;
- align-items: center;
+ flex-wrap: wrap;
justify-content: center;
- font-size: calc(10px + 2vmin);
- color: white;
}
-.App-link {
- color: #61dafb;
+.file-item {
+ margin: 10px;
}
-@keyframes App-logo-spin {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
+video, img {
+ max-width: 300px;
+ max-height: 300px;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ padding: 5px;
}