SAE15_2022/assets/css/about.css

16 lines
239 B
CSS
Raw Normal View History

2023-01-12 10:22:37 +01:00
@media screen and (min-width: 700px) {
img{
float: right;
}
#about{
padding-right: 50%;
padding-bottom: 2%;
}
}
@media screen and (max-width: 700px) {
#about{
padding-bottom: 2%;
}
}