aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/main.css
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-05-01 13:08:40 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-05-01 13:08:40 +0300
commit8aebbb3de3982f0026a9afa9e94f16f6c3710eea (patch)
tree196a368c011f850c93c3cb9827d204eb86fbc368 /frontend/src/components/main.css
parentsearch endpoint init, fetch all data (#40) (diff)
parentMerge pull request #39 from Nidboj132/main (diff)
downloadlphub-8aebbb3de3982f0026a9afa9e94f16f6c3710eea.tar.gz
lphub-8aebbb3de3982f0026a9afa9e94f16f6c3710eea.tar.bz2
lphub-8aebbb3de3982f0026a9afa9e94f16f6c3710eea.zip
Merge branch 'main' of https://github.com/pektezol/LeastPortals
Diffstat (limited to '')
-rw-r--r--frontend/src/components/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/src/components/main.css b/frontend/src/components/main.css
new file mode 100644
index 0000000..990bc41
--- /dev/null
+++ b/frontend/src/components/main.css
@@ -0,0 +1,11 @@
1main {
2 overflow: auto;
3 position: relative;
4 width: calc(100% - 350px);
5 height: 100vh;
6 left: 350px;
7 /* background-color: red; */
8 font-size: 40px;
9 font-family: BarlowSemiCondensed-Regular;
10 color: white;
11}