image size quick fix
Gitea/resume/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-11-12 20:46:26 +01:00
parent 5f88b41c1f
commit 2cec714724
2 changed files with 4 additions and 3 deletions

View File

@ -279,10 +279,11 @@ img {
} }
.desktop-screen { .desktop-screen {
max-width: 400px; max-width: 100%;
} }
.mobile-screen { .mobile-screen {
max-width: 100%;
max-height: 240px; max-height: 240px;
} }

View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Andrzej Stepien : Coder for Hire</title> <title>Andrzej Stepien : Coder for Hire</title>
<link rel="stylesheet" href="css/defaults.css?v=2" /> <link rel="stylesheet" href="css/defaults.css?v=3" />
<link rel="stylesheet" href="css/styles.css?v=2" /> <link rel="stylesheet" href="css/styles.css?v=3" />
</head> </head>
<body> <body>