Browse Source

css for media.

master
radivoje.milutinovic 3 years ago
parent
commit
ba2c331026
1 changed files with 13 additions and 6 deletions
  1. 13
    6
      SecureSharing/wwwroot/css/site.css

+ 13
- 6
SecureSharing/wwwroot/css/site.css View File

@@ -62,12 +62,18 @@ body {

.image-logo {
margin-top: 0;
margin-bottom: 25px;
margin-bottom: 2rem;
align-items: center;
justify-content: center;
display: flex;
}

@media(max-width: 370px){
.image-logo {
width: 250px;
}
}

.modal {
display: flex;
flex-direction: column;
@@ -105,11 +111,6 @@ body {
border-radius: 18px;
}

.image-logo {
margin-bottom: 2rem;
}


.share-files {
text-align: left !important;
align-items: initial;
@@ -158,6 +159,12 @@ h1 {
height: fit-content;
}

@media(max-width: 370px){
.label-available {
flex-direction: column;
}
}

.label-text {
font-size: 1.3rem;
padding-left: 4px;

Loading…
Cancel
Save