summaryrefslogtreecommitdiff
path: root/Static/Css/userInfo.css
diff options
context:
space:
mode:
Diffstat (limited to 'Static/Css/userInfo.css')
-rw-r--r--Static/Css/userInfo.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/Static/Css/userInfo.css b/Static/Css/userInfo.css
index 45d1133..c9113df 100644
--- a/Static/Css/userInfo.css
+++ b/Static/Css/userInfo.css
@@ -7,6 +7,7 @@
############################################################################
*/
+
.jobsListElem {
border-radius: 10px;
background-color: rgb(243, 201, 201);
@@ -51,7 +52,7 @@
#userJob div {
width: 70%;
- font-size: calc(36px / 2.5);
+ font-size: calc(36px / 2.5); /* Pour avoir la meme hauter qu'un input */
height: 2.5em;
line-height: 2.5em;
display: flex;
@@ -86,4 +87,4 @@
#userJob div span{
display: none;
}
-} \ No newline at end of file
+}