modified: css/style.css

This commit is contained in:
DarkShyMW
2025-01-16 21:21:22 +03:00
parent b5c85ddb27
commit 5af0ded434

View File

@@ -121,3 +121,15 @@ footer {
.terminal-footer a:hover {
text-decoration: underline;
}
.image-section {
display: flex;
justify-content: center;
align-items: center;
margin: 20px auto;
}
.centered-image {
max-width: 100%;
height: auto;
border-radius: 10px;
}