Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
08ba1b63
Commit
08ba1b63
authored
6 months ago
by
Asal Sahami Moghaddam
Browse files
Options
Downloads
Patches
Plain Diff
Adjust font size for mobile view in CSS
parent
a7422e9c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App/App.css
+7
-2
7 additions, 2 deletions
src/App/App.css
src/App/LoadingScreen.css
+15
-1
15 additions, 1 deletion
src/App/LoadingScreen.css
with
22 additions
and
3 deletions
src/App/App.css
+
7
−
2
View file @
08ba1b63
...
...
@@ -648,7 +648,12 @@ svg{
}
}
/*For Smartphones*/
@media
screen
and
(
max-width
:
767px
/*768*/
){
@media
screen
and
(
max-width
:
768px
){
h1
,
h2
,
h3
{
font-size
:
24px
!important
;
/* Adjust according to your design */
line-height
:
1.2
!important
;
}
svg
text
{
font-size
:
5vw
;
stroke-width
:
1px
;
...
...
@@ -682,7 +687,7 @@ svg{
}
}
/*Bigger than smartphones*/
@media
only
screen
and
(
min-width
:
992px
/*
768px
*/
)
{
@media
only
screen
and
(
min-width
:
768px
)
{
.col-1
{
width
:
8.33%
;}
.col-2
{
width
:
16.66%
;}
.col-3
{
width
:
25%
;}
...
...
This diff is collapsed.
Click to expand it.
src/App/LoadingScreen.css
+
15
−
1
View file @
08ba1b63
...
...
@@ -9,6 +9,7 @@
justify-content
:
center
;
align-items
:
center
;
z-index
:
9999
;
animation
:
fadeInOut
5s
forwards
;
}
.custom-animation
{
...
...
@@ -24,4 +25,17 @@
50
%
{
transform
:
scale
(
1.2
);
}
}
\ No newline at end of file
}
@keyframes
fadeInOut
{
0
%
{
opacity
:
1
;
}
80
%
{
opacity
:
1
;
}
100
%
{
opacity
:
0
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment