Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박규리
2022-05-27 23:43:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
64bb7a98ab8f311e571bdbabe015ff7dcb0ef933
64bb7a98
1 parent
e56b8802
Updated recommend activity block
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
nodejs/public/css/main.css
nodejs/public/css/main.css
View file @
64bb7a9
...
...
@@ -29,10 +29,11 @@ h2 {
font-family
:
'Tiro Devanagari Marathi'
,
serif
;
font-weight
:
600
;
}
#activity
{
border-radius
:
50px
80px
/
80px
50px
;
background-color
:
rgb
(
151
,
198
,
206
);
width
:
fit-content
;
height
:
fit-content
;
border-radius
:
40px
80px
/
80px
40px
;
background-color
:
rgba
(
197
,
97
,
201
,
0.486
);
}
body
{
margin-top
:
100px
;
...
...
@@ -41,5 +42,3 @@ body {
margin-right
:
50px
;
background-color
:
rgb
(
78
,
76
,
76
);
}
\ No newline at end of file
.l
{
text-align
:
left
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment