Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence

This commit is contained in:
Kum1ta
2024-11-14 16:55:12 +01:00
3 changed files with 8 additions and 9 deletions

View File

@ -3,6 +3,8 @@
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Chat</title> <title>Chat</title>
<meta name='viewport' content='width=device-width, initial-scale=1'> <meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' href='/static/style/homePage/home.css'> <link rel='stylesheet' type='text/css' href='/static/style/homePage/home.css'>

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */ /* ::: :::::::: */
/* home.css :+: :+: :+: */ /* home.css :+: :+: :+: */
/* +:+ +:+ +:+ */ /* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */ /* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */ /* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/11/13 23:33:35 by edbernar ### ########.fr */ /* Updated: 2024/11/14 16:53:15 by madegryc ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -541,10 +541,11 @@ footer {
} }
.team { .team {
display: grid;
padding-inline: 30px; padding-inline: 30px;
padding-block: 50px; padding-top: 50px;
flex-wrap: nowrap; padding-bottom: 70px;
overflow-x: auto; gap: 65px;
} }
.team-member { .team-member {

View File

@ -213,8 +213,4 @@
.delete-btn { .delete-btn {
margin-bottom: 30px; margin-bottom: 30px;
} }
#topBar{
position: relative;
}
} }