image size quick fix
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5f88b41c1f
commit
2cec714724
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue