fix: responsive layout
This commit is contained in:
parent
c40fac021d
commit
dc17d1557a
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
10
style.css
10
style.css
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user