fix: responsive layout

This commit is contained in:
sador 2023-09-15 20:15:26 +02:00
parent c40fac021d
commit dc17d1557a
3 changed files with 24 additions and 28 deletions

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -268,16 +268,6 @@ body:not(.dark) #age {
/* MOBILE */
@media screen and (max-width: 798px) {
#content {
display: block;
top: 0;
left: 0;
transform: none;
padding: 10px;
width: 100%;
height: 100%;
}
#projects {
flex-direction: column;
}