Compare commits

..

No commits in common. "d447f8e4dee2f6c69f16f011100f68b6b91a237f" and "1aeed91d39281f47c9fd49e5ed61634ace545def" have entirely different histories.

2 changed files with 8 additions and 25 deletions

View file

@ -1,20 +1,15 @@
# Ahurac's homepage
Source for my home page [ahur.ac](https://ahur.ac/).
Made with Astro framework (really cool framework but JS was an error).
Work-in-progress.
## To-do
- [x] Header
- [x] Content
- [ ] Header
- [ ] Content
- [ ] Logo
- [x] Style
- [x] Cards
- [x] Content
- [x] Logos
- [x] Style
- [ ] Style
- [ ] Cards
- [ ] Content
- [ ] Logos
- [ ] Style
- [ ] Background
- [ ] SEO
- [ ] Embed
- [ ] Responsive design

View file

@ -71,16 +71,4 @@ body {
main {
width: 40%;
}
@media screen and (max-width: 1200px) {
main {
width: 60%;
}
}
@media screen and (max-width: 800px) {
main {
width: 95%;
}
}
</style>