Adjust all styles for box-sizing: border-box to begin working on RWD to add Mobile support.

This commit is contained in:
Cutieguwu
2025-08-03 22:33:00 -04:00
parent 5f3a07d51f
commit 9c6b86371b
9 changed files with 294 additions and 269 deletions

View File

@@ -16,6 +16,13 @@
max-width: 44%;
}
.software,
.prog_languages {
* {
margin: 0.5rem;
}
}
.software {
max-width: 55%;